CustomModelBinderAttribute Klasse

Definition

Stellt ein Attribut dar, das einen benutzerdefinierten Modellbinder aufruft.

[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
Vererbung
CustomModelBinderAttribute
Abgeleitet
Attribute

Konstruktoren

CustomModelBinderAttribute()

Initialisiert eine neue Instanz der CustomModelBinderAttribute-Klasse.

Methoden

GetBinder()

Ruft den zugeordneten Modellbinder ab.

Gilt für: