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)
Syntax
public interface IRouteInfoProvider
public interface class IRouteInfoProvider
type IRouteInfoProvider = interface end
Public Interface IRouteInfoProvider
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets the route template describing the URI pattern to match against. |
![]() |
Template | Gets the name of the route to generate. |
See Also
System.Web.Mvc.Routing Namespace
Return to top