Interface IHttpRouteInfoProvider
Provides information for defining a route.
public interface IHttpRouteInfoProvider
Properties
Name
Gets the name of the route to generate.
string Name { get; }
Property Value
Order
Gets the order of the route relative to other routes.
int Order { get; }
Property Value
Template
Gets the route template describing the URI pattern to match against.
string Template { get; }