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()

检索关联的模型联编程序。

适用于