RouteBase.ConstraintResolver Property

Definition

Gets the resolver used for resolving inline constraints.

protected:
 virtual property Microsoft::AspNetCore::Routing::IInlineConstraintResolver ^ ConstraintResolver { Microsoft::AspNetCore::Routing::IInlineConstraintResolver ^ get(); void set(Microsoft::AspNetCore::Routing::IInlineConstraintResolver ^ value); };
protected virtual Microsoft.AspNetCore.Routing.IInlineConstraintResolver ConstraintResolver { get; set; }
member this.ConstraintResolver : Microsoft.AspNetCore.Routing.IInlineConstraintResolver with get, set
Protected Overridable Property ConstraintResolver As IInlineConstraintResolver

Property Value

Applies to