RouteData.RouteValues 속성

정의

일치하는 경로에서 추출된 경로 매개 변수 값을 가져옵니다.

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

속성 값

적용 대상