HttpRequest.RouteValues Propiedad

Definición

Obtiene la colección de valores de ruta para esta solicitud.

public:
 virtual property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ RouteValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public virtual Microsoft.AspNetCore.Routing.RouteValueDictionary RouteValues { get; set; }
member this.RouteValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Overridable Property RouteValues As RouteValueDictionary

Valor de propiedad

Colección de valores de ruta para esta solicitud.

Se aplica a