Partilhar via


ControllerModel.RouteValues Propriedade

Definição

Obtém uma coleção de valores de rota que devem estar presentes no Values para que a ação correspondente seja selecionada.

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)

Valor da propriedade

Comentários

As entradas em RouteValues podem ser substituídas por entradas em RouteValues.

Aplica-se a