CustomModelBinderAttribute Класс

Определение

Представляет атрибут, вызывающий настраиваемый связыватель модели.

[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
Наследование
CustomModelBinderAttribute
Производный
Атрибуты

Конструкторы

CustomModelBinderAttribute()

Инициализирует новый экземпляр класса CustomModelBinderAttribute.

Методы

GetBinder()

Извлекает сопоставленный связыватель модели.

Применяется к