Route Debugger

Type in a url in the address bar to see which defined routes match it. A {*catchall} route is added to the list of routes automatically in case none of your routes match.

To generate URLs using routing, supply route values via the query string. example: http://localhost:14230/?id=123

: NO MATCH!

Route Data
KeyValue
Data Tokens
KeyValue

All Routes
Matches Current Request Url Defaults Constraints DataTokens
False{resource}.axd/{*pathInfo}(null)(empty)(null)
Falsetest/{linkId}controller = Test, action = Index(empty)(empty)
Falsep/{linkId}controller = Home, action = ProposalProofWithAgreement(empty)(empty)
Falsep2/{linkId}controller = Home, action = ProposalProofWithNoAgreement(empty)(empty)
Falsegtor2/{linkId}controller = Home, action = ProposalProofGuarantorType2(empty)(empty)
Falsegtor/{linkId}controller = Home, action = ProposalProofGuarantor(empty)(empty)
Falsenr/{linkId}controller = Home, action = ProposalProofNonRegHpAgreement(empty)(empty)
Falseasr/{linkId}controller = Home, action = AgreementSettlement_Regulated(empty)(empty)
Falseasnr/{linkId}controller = Home, action = AgreementSettlement_NonRegulated(empty)(empty)
Falseast/{linkId}controller = Home, action = AgreementSettlement_Terminated(empty)(empty)
Falsevs/{linkId}controller = Home, action = VsAgreement(empty)(empty)
Falseob/{linkId}Controller = Home, action = OpenBanking(empty)(empty)
True{*catchall}(null)(null)(null)

Current Request Info

AppRelativeCurrentExecutionFilePath is the portion of the request that Routing acts on.

AppRelativeCurrentExecutionFilePath: ~/


Route Debugger

Type in a url in the address bar to see which defined routes match it. A {*catchall} route is added to the list of routes automatically in case none of your routes match.

To generate URLs using routing, supply route values via the query string. example: http://localhost:14230/?id=123

: NO MATCH!

Route Data
KeyValue
Data Tokens
KeyValue

All Routes
Matches Current Request Url Defaults Constraints DataTokens
False{resource}.axd/{*pathInfo}(null)(empty)(null)
Falsetest/{linkId}controller = Test, action = Index(empty)(empty)
Falsep/{linkId}controller = Home, action = ProposalProofWithAgreement(empty)(empty)
Falsep2/{linkId}controller = Home, action = ProposalProofWithNoAgreement(empty)(empty)
Falsegtor2/{linkId}controller = Home, action = ProposalProofGuarantorType2(empty)(empty)
Falsegtor/{linkId}controller = Home, action = ProposalProofGuarantor(empty)(empty)
Falsenr/{linkId}controller = Home, action = ProposalProofNonRegHpAgreement(empty)(empty)
Falseasr/{linkId}controller = Home, action = AgreementSettlement_Regulated(empty)(empty)
Falseasnr/{linkId}controller = Home, action = AgreementSettlement_NonRegulated(empty)(empty)
Falseast/{linkId}controller = Home, action = AgreementSettlement_Terminated(empty)(empty)
Falsevs/{linkId}controller = Home, action = VsAgreement(empty)(empty)
Falseob/{linkId}Controller = Home, action = OpenBanking(empty)(empty)
True{*catchall}(null)(null)(null)

Current Request Info

AppRelativeCurrentExecutionFilePath is the portion of the request that Routing acts on.

AppRelativeCurrentExecutionFilePath: ~/