ActionDescriptor.RouteValues 속성

정의

선택할 작업에 대한 라우팅을 통해 제공해야 하는 경로 값의 컬렉션을 가져오거나 설정합니다.

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

속성 값

적용 대상