ModelBinderAttribute<TBinder> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个属性,可以指定要用于绑定的 的 IModelBinder 模型名称或类型。
public class ModelBinderAttribute<TBinder> : Microsoft.AspNetCore.Mvc.ModelBinderAttribute where TBinder : IModelBinder
type ModelBinderAttribute<'Binder (requires 'Binder :> IModelBinder)> = class
inherit ModelBinderAttribute
Public Class ModelBinderAttribute(Of TBinder)
Inherits ModelBinderAttribute
类型参数
- TBinder
实现 Type 的 IModelBinder。
- 继承
注解
这是 的派生泛型变体 ModelBinderAttribute。 确保目标上只提供任一属性的一个实例。
构造函数
ModelBinderAttribute<TBinder>() |
初始化 ModelBinderAttribute 的新实例。 |
属性
BinderType |
实现 Type 任一 IModelBinder的 。 (继承自 ModelBinderAttribute) |
BindingSource |
获取 BindingSource。 (继承自 ModelBinderAttribute) |
Name |
模型名称。 (继承自 ModelBinderAttribute) |