Interface IRouteInfoProvider
Provides information for building a System.Web.Routing.Route.
public interface IRouteInfoProvider
Properties
Name
Gets the route template describing the URI pattern to match against.
string Name { get; }
Property Value
- string
The route template describing the URI pattern to match against.
Template
Gets the name of the route to generate.
string Template { get; }
Property Value
- string
The name of the route to generate.