ModelExplorer.GetExplorerForModel(Object) Méthode
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 un ModelExplorer pour la valeur donnée model
.
public:
Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ GetExplorerForModel(System::Object ^ model);
public Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer GetExplorerForModel (object model);
member this.GetExplorerForModel : obj -> Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer
Public Function GetExplorerForModel (model As Object) As ModelExplorer
Paramètres
- model
- Object
Valeur du modèle.
Retours
Un ModelExplorer.