CustomModelBinderAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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. |