Partilhar via


ActionModel.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

O valor de é considerado um valor de ActionName rota implícita correspondente à chave action e o valor de é considerado um valor de ControllerName rota implícita correspondente à chave controller. Essas entradas serão adicionadas implicitamente a RouteValues quando o descritor de ação for criado, mas não ficarão visíveis em RouteValues.

As entradas em RouteValues podem substituir entradas em RouteValues.

Aplica-se a