RouteBuilder.ConstraintResolver Property
Gets the resolver for resolving inline constraints.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public IInlineConstraintResolver ConstraintResolver { get; private set; }
public:
property IInlineConstraintResolver^ ConstraintResolver {
IInlineConstraintResolver^ get();
private: void set(IInlineConstraintResolver^ value);
}
member ConstraintResolver : IInlineConstraintResolver with get, private set
Public Property ConstraintResolver As IInlineConstraintResolver
Get
Private Set
End Property
Property Value
Type: System.Web.Mvc.Routing.IInlineConstraintResolver
The resolver for resolving inline constraints.
See Also
RouteBuilder Class
System.Web.Mvc.Routing Namespace
Return to top