RouteCollectionExtensions Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends a RouteCollection object for MVC routing.
public static class RouteCollectionExtensions
type RouteCollectionExtensions = class
Public Module RouteCollectionExtensions
- Inheritance
-
RouteCollectionExtensions
Get |
Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area. |
Get |
Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area. |
Ignore |
Ignores the specified URL route for the given list of the available routes and a list of constraints. |
Ignore |
Ignores the specified URL route for the given list of available routes. |
Map |
Maps the specified URL route and sets default route values, constraints, and namespaces. |
Map |
Maps the specified URL route and sets default route values and constraints. |
Map |
Maps the specified URL route and sets default route values and namespaces. |
Map |
Maps the specified URL route and sets default route values. |
Map |
Maps the specified URL route and sets the namespaces. |
Map |
Maps the specified URL route. |
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |