ModelBinderAttribute Constructeurs
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.
Surcharges
ModelBinderAttribute() |
Initialise une nouvelle instance de ModelBinderAttribute. |
ModelBinderAttribute(Type) |
Initialise une nouvelle instance de ModelBinderAttribute. |
ModelBinderAttribute()
- Source:
- ModelBinderAttribute.cs
- Source:
- ModelBinderAttribute.cs
- Source:
- ModelBinderAttribute.cs
Initialise une nouvelle instance de ModelBinderAttribute.
public:
ModelBinderAttribute();
public ModelBinderAttribute ();
Public Sub New ()
S’applique à
ModelBinderAttribute(Type)
- Source:
- ModelBinderAttribute.cs
- Source:
- ModelBinderAttribute.cs
- Source:
- ModelBinderAttribute.cs
Initialise une nouvelle instance de ModelBinderAttribute.
public:
ModelBinderAttribute(Type ^ binderType);
public ModelBinderAttribute (Type binderType);
new Microsoft.AspNetCore.Mvc.ModelBinderAttribute : Type -> Microsoft.AspNetCore.Mvc.ModelBinderAttribute
Public Sub New (binderType As Type)
Paramètres
- binderType
- Type
Type qui implémente IModelBinder.
Remarques
Sous-classez cet attribut et définissez BindingSource si Custom n’est pas correct pour le spécifié binderType
.