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
Falseswagger/docs/{apiVersion}(empty)apiVersion = .+(null)
Falseswagger/ui/{*assetPath}(empty)assetPath = .+(null)
Falseswagger(empty)uriResolution = Swashbuckle.Application.HttpRouteDirectionConstraint(null)
False{resource}.axd/{*pathInfo}(null)(empty)(null)
FalseAreas/(null)(empty)(null)
False(empty)(empty)(empty)
Falseapi/{controller}/{action}/{id}Controller = Test, Action = Get, id = , defaultnamespace = api(empty)(null)
False{resource}.axd/{*pathInfo}(null)(empty)(null)
Falsecommon/site/paycontroller = site, action = pay(null)(null)
Falsecommon/{controller}/{action}/{id}controller = Home, action = Index, id = UrlParameter.Optional(empty)(empty)
True{*catchall}(null)(null)(null)

Current Request Info

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

AppRelativeCurrentExecutionFilePath: ~/sitemap.xml


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
Falseswagger/docs/{apiVersion}(empty)apiVersion = .+(null)
Falseswagger/ui/{*assetPath}(empty)assetPath = .+(null)
Falseswagger(empty)uriResolution = Swashbuckle.Application.HttpRouteDirectionConstraint(null)
False{resource}.axd/{*pathInfo}(null)(empty)(null)
FalseAreas/(null)(empty)(null)
False(empty)(empty)(empty)
Falseapi/{controller}/{action}/{id}Controller = Test, Action = Get, id = , defaultnamespace = api(empty)(null)
False{resource}.axd/{*pathInfo}(null)(empty)(null)
Falsecommon/site/paycontroller = site, action = pay(null)(null)
Falsecommon/{controller}/{action}/{id}controller = Home, action = Index, id = UrlParameter.Optional(empty)(empty)
True{*catchall}(null)(null)(null)

Current Request Info

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

AppRelativeCurrentExecutionFilePath: ~/sitemap.xml