Sdílet prostřednictvím


CustomModelBinderAttribute Třída

Definice

Představuje atribut, který vyvolá vlastní pořadač modelu.

[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
Dědičnost
CustomModelBinderAttribute
Odvozené
Atributy

Konstruktory

CustomModelBinderAttribute()

Inicializuje novou instanci CustomModelBinderAttribute třídy.

Metody

GetBinder()

Načte přidružený pořadač modelu.

Platí pro