RoutePattern.Defaults 속성

정의

경로 패턴의 기본값 집합을 가져옵니다. 의 Defaults 키는 경로 매개 변수 이름입니다.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ Defaults { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> Defaults { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> Defaults { get; }
member this.Defaults : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property Defaults As IReadOnlyDictionary(Of String, Object)

속성 값

적용 대상