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*.ico(null)(empty)(null)
Falsefavicon.ico(null)(empty)(null)
False*.js(null)(empty)(null)
False*.gif(null)(empty)(null)
False*.png(null)(empty)(null)
False{resource}.axd/{*pathInfo}(null)(empty)(null)
False{controller}/{eanEtype}.jpgeanEtype = (empty)(null)
False{controller}/{eanEtype}.{ext}eanEtype = , ext = jpg(empty)(null)
True{*catchall}(null)(null)(null)

Current Request Info

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

AppRelativeCurrentExecutionFilePath: ~/libro/26/g.jpg


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*.ico(null)(empty)(null)
Falsefavicon.ico(null)(empty)(null)
False*.js(null)(empty)(null)
False*.gif(null)(empty)(null)
False*.png(null)(empty)(null)
False{resource}.axd/{*pathInfo}(null)(empty)(null)
False{controller}/{eanEtype}.jpgeanEtype = (empty)(null)
False{controller}/{eanEtype}.{ext}eanEtype = , ext = jpg(empty)(null)
True{*catchall}(null)(null)(null)

Current Request Info

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

AppRelativeCurrentExecutionFilePath: ~/libro/26/g.jpg