CustomModelBinderAttribute Klasa

Definicja

Reprezentuje atrybut, który wywołuje powiązanie modelu niestandardowego.

[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
Dziedziczenie
CustomModelBinderAttribute
Pochodne
Atrybuty

Konstruktory

CustomModelBinderAttribute()

Inicjuje nowe wystąpienie klasy CustomModelBinderAttribute.

Metody

GetBinder()

Pobiera skojarzony binder modelu.

Dotyczy