Condividi tramite


ControllerModel.RouteValues Proprietà

Definizione

Ottiene una raccolta di valori di route che devono essere presenti nell'oggetto Values per l'azione corrispondente da selezionare.

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)

Valore della proprietà

Commenti

Le voci in RouteValues possono essere sostituite da voci in RouteValues.

Si applica a