ModelBinderAttribute Classe
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.
Représente un attribut utilisé pour associer un type de modèle à un type de générateur de modèles.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=false)]
public sealed class ModelBinderAttribute : System.Web.Mvc.CustomModelBinderAttribute
type ModelBinderAttribute = class
inherit CustomModelBinderAttribute
Public NotInheritable Class ModelBinderAttribute
Inherits CustomModelBinderAttribute
- Héritage
- Attributs
Constructeurs
ModelBinderAttribute(Type) |
Initialise une nouvelle instance de la classe ModelBinderAttribute. |
Propriétés
BinderType |
Obtient ou définit le type du classeur. |
Méthodes
GetBinder() |
Récupère une instance du classeur de modèles. |