ModelBinderProviderCollection.GetBinder(Type) 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.
Retourne un classeur de modèles du type spécifié.
public System.Web.Mvc.IModelBinder GetBinder (Type modelType);
member this.GetBinder : Type -> System.Web.Mvc.IModelBinder
Public Function GetBinder (modelType As Type) As IModelBinder
Paramètres
- modelType
- Type
Type du classeur de modèles.
Retours
Classeur de modèles du type spécifié.