CustomModelBinderAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个调用自定义模型联编程序的特性。
[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() |
检索关联的模型联编程序。 |