RouteCollectionExtensions.MapRoute Method
Include Protected Members
Include Inherited Members
Maps the route.
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 | |
---|---|---|
MapRoute(RouteCollection, String, String) | Maps the specified URL route. | |
MapRoute(RouteCollection, String, String, Object) | Maps the specified URL route and sets default route values. | |
MapRoute(RouteCollection, String, String, String[]) | Maps the specified URL route and sets the namespaces. | |
MapRoute(RouteCollection, String, String, Object, Object) | Maps the specified URL route and sets default route values and constraints. | |
MapRoute(RouteCollection, String, String, Object, String[]) | Maps the specified URL route and sets default route values and namespaces. | |
MapRoute(RouteCollection, String, String, Object, Object, String[]) | Maps the specified URL route and sets default route values, constraints, and namespaces. |
Top