CustomModelBinderAttribute Classe

Définition

Représente un attribut qui appelle un classeur de modèles personnalisé.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=false)]
public abstract class CustomModelBinderAttribute : Attribute
type CustomModelBinderAttribute = class
    inherit Attribute
Public MustInherit Class CustomModelBinderAttribute
Inherits Attribute
Héritage
CustomModelBinderAttribute
Dérivé
Attributs

Constructeurs

CustomModelBinderAttribute()

Initialise une nouvelle instance de la classe CustomModelBinderAttribute.

Méthodes

GetBinder()

Récupère le classeur de modèles associé.

S’applique à