다음을 통해 공유


ControllerModel.RouteValues 속성

정의

해당 작업을 선택할 수 있도록 에 Values 있어야 하는 경로 값의 컬렉션을 가져옵니다.

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

속성 값

설명

의 항목은 의 RouteValues 항목으로 재정의할 수 있습니다 RouteValues.

적용 대상