Udostępnij przez


ControllerModel.RouteValues Właściwość

Definicja

Pobiera kolekcję wartości tras, które muszą znajdować się w Values obiekcie dla odpowiedniej akcji do wybrania.

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)

Wartość właściwości

Uwagi

Wpisy w pliku RouteValues mogą być zastępowane przez wpisy w pliku RouteValues.

Dotyczy