Sdílet prostřednictvím


ControllerModel.RouteValues Vlastnost

Definice

Získá kolekci hodnot trasy, které musí být přítomny Values v pro odpovídající akci, která má být vybrána.

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)

Hodnota vlastnosti

Poznámky

Položky v RouteValues nástroji lze přepsat položkami v RouteValues.

Platí pro