IDirectRouteBuilder.Constraints Property
Gets or sets the route constraints.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
RouteValueDictionary Constraints { get; set; }
property RouteValueDictionary^ Constraints {
RouteValueDictionary^ get();
void set(RouteValueDictionary^ value);
}
abstract Constraints : RouteValueDictionary with get, set
Property Constraints As RouteValueDictionary
Type: System.Web.Routing.RouteValueDictionary
The route constraints.
IDirectRouteBuilder Interface
System.Web.Mvc.Routing Namespace
Return to top