UrlHelper.Route Method
Include Protected Members
Include Inherited Members
Returns the route for the UrlHelper.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Route(String, IDictionary<String, Object>) | Returns the route for the UrlHelper. | |
Route(String, Object) | Returns the route for the UrlHelper. |
Top