Interface IHttpRouteData
Provides information about a route.
public interface IHttpRouteData
Properties
Route
Gets the object that represents the route.
IHttpRoute Route { get; }
Property Value
- IHttpRoute
The object that represents the route.
Values
Gets a collection of URL parameter values and default values for the route.
IDictionary<string, object> Values { get; }
Property Value
- IDictionary<string, object>
The values that are parsed from the URL and from default values.