Share via


IDirectRouteBuilder.Constraints Property

 

Gets or sets the route constraints.

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

RouteValueDictionary Constraints { get; set; }
property RouteValueDictionary^ Constraints {
    RouteValueDictionary^ get();
    void set(RouteValueDictionary^ value);
}
abstract Constraints : RouteValueDictionary with get, set
Property Constraints As RouteValueDictionary

Property Value

Type: System.Web.Routing.RouteValueDictionary

The route constraints.

See Also

IDirectRouteBuilder Interface
System.Web.Mvc.Routing Namespace

Return to top