IRouteInfoProvider Interface

 

Provides information for building a System.Web.Routing.Route.

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

type IRouteInfoProvider = interface end

NameDescription
System_CAPS_pubpropertyName

Gets the route template describing the URI pattern to match against.

System_CAPS_pubpropertyTemplate

Gets the name of the route to generate.

Return to top
Show: