ViewDataDictionary.ModelExplorer 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 ModelExplorer pour Model.
public:
property Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ ModelExplorer { Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ value); };
public Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer ModelExplorer { get; set; }
member this.ModelExplorer : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer with get, set
Public Property ModelExplorer As ModelExplorer