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 Value

Type: System.Web.Routing.RouteValueDictionary

The route constraints.

See Also

IDirectRouteBuilder Interface
System.Web.Mvc.Routing Namespace

Return to top