Share via


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
System_CAPS_pubproperty Name

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

System_CAPS_pubproperty Template

Gets the name of the route to generate.

See Also

System.Web.Mvc.Routing Namespace

Return to top