ModelBinderAttribute<TBinder> 类

定义

一个属性,可以指定要用于绑定的 的 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

实现 TypeIModelBinder

继承
ModelBinderAttribute<TBinder>

注解

这是 的派生泛型变体 ModelBinderAttribute。 确保目标上只提供任一属性的一个实例。

构造函数

ModelBinderAttribute<TBinder>()

初始化 ModelBinderAttribute 的新实例。

属性

BinderType

实现 Type 任一 IModelBinder的 。

(继承自 ModelBinderAttribute)
BindingSource

获取 BindingSource

(继承自 ModelBinderAttribute)
Name

模型名称。

(继承自 ModelBinderAttribute)

适用于