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!
| Key | Value |
|---|
| Key | Value |
|---|
| Matches Current Request | Url | Defaults | Constraints | DataTokens |
|---|---|---|---|---|
| False | elmah/{resource} | controller = Elmah, action = Index, resource = UrlParameter.Optional | (empty) | Namespaces = Elmah.Mvc |
| False | elmah/detail/{resource} | controller = Elmah, action = Detail, resource = UrlParameter.Optional | (empty) | Namespaces = Elmah.Mvc |
| False | {resource}.axd/{*pathInfo} | (null) | (empty) | (null) |
| False | api/{controller}/{action}/{access_token}/{subscriptionId} | access_token = , subscriptionId = | (empty) | (null) |
| False | api/{controller}/{action}/{access_token}/{subscriptionId} | access_token = , subscriptionId = | (empty) | (null) |
| False | api/{controller}/{action}/{access_token}/{subscriptionId} | access_token = , subscriptionId = | (empty) | (null) |
| False | api/{controller}/{action}/{access_token} | access_token = | (empty) | (null) |
| True | {*catchall} | (null) | (null) | (null) |
Current Request Info
AppRelativeCurrentExecutionFilePath is the portion of the request that Routing acts on.
AppRelativeCurrentExecutionFilePath: ~/