RouteCollectionExtensions Methods

Include Protected Members
Include Inherited Members

Methods

  Name Description
Public methodStatic member GetVirtualPathForArea(RouteCollection, RequestContext, RouteValueDictionary) Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area.
Public methodStatic member GetVirtualPathForArea(RouteCollection, RequestContext, String, RouteValueDictionary) Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area.
Public methodStatic member IgnoreRoute(RouteCollection, String) Ignores the specified URL route for the given list of available routes.
Public methodStatic member IgnoreRoute(RouteCollection, String, Object) Ignores the specified URL route for the given list of the available routes and a list of constraints.
Public methodStatic member MapRoute(RouteCollection, String, String) Maps the specified URL route.
Public methodStatic member MapRoute(RouteCollection, String, String, Object) Maps the specified URL route and sets default route values.
Public methodStatic member MapRoute(RouteCollection, String, String, String[]) Maps the specified URL route and sets the namespaces.
Public methodStatic member MapRoute(RouteCollection, String, String, Object, Object) Maps the specified URL route and sets default route values and constraints.
Public methodStatic member MapRoute(RouteCollection, String, String, Object, String[]) Maps the specified URL route and sets default route values and namespaces.
Public methodStatic member MapRoute(RouteCollection, String, String, Object, Object, String[]) Maps the specified URL route and sets default route values, constraints, and namespaces.

Top

See Also

Reference

RouteCollectionExtensions Class

System.Web.Mvc Namespace