RouteOptions.ConstraintMap 속성

정의

현재 경로에 대한 제약 조건 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ ConstraintMap { System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ value); };
public System.Collections.Generic.IDictionary<string,Type> ConstraintMap { get; set; }
member this.ConstraintMap : System.Collections.Generic.IDictionary<string, Type> with get, set
Public Property ConstraintMap As IDictionary(Of String, Type)

속성 값

적용 대상