ViewDataDictionary.Model 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.
Obtient ou définit le modèle actuel.
public:
property System::Object ^ Model { System::Object ^ get(); void set(System::Object ^ value); };
public object Model { get; set; }
public object? Model { get; set; }
member this.Model : obj with get, set
Public Property Model As Object