UrlActionContext.Values Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Objet qui contient les valeurs de route qui Action(UrlActionContext) utilisent pour générer des URL.
public:
property System::Object ^ Values { System::Object ^ get(); void set(System::Object ^ value); };
public object Values { get; set; }
public object? Values { get; set; }
member this.Values : obj with get, set
Public Property Values As Object