CustomModelBinderAttribute Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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. |