Compartir a través de


VirtualPathContext.Values Propiedad

Definición

Obtiene o establece el conjunto de nuevos valores proporcionados para la generación de rutas de acceso virtuales.

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

Valor de propiedad

Se aplica a