RangeAttributeAdapter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 RangeAttributeAdapter 类的新实例。
public:
RangeAttributeAdapter(System::Web::ModelBinding::ModelMetadata ^ metadata, System::Web::ModelBinding::ModelBindingExecutionContext ^ context, System::ComponentModel::DataAnnotations::RangeAttribute ^ attribute);
public RangeAttributeAdapter (System.Web.ModelBinding.ModelMetadata metadata, System.Web.ModelBinding.ModelBindingExecutionContext context, System.ComponentModel.DataAnnotations.RangeAttribute attribute);
new System.Web.ModelBinding.RangeAttributeAdapter : System.Web.ModelBinding.ModelMetadata * System.Web.ModelBinding.ModelBindingExecutionContext * System.ComponentModel.DataAnnotations.RangeAttribute -> System.Web.ModelBinding.RangeAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ModelBindingExecutionContext, attribute As RangeAttribute)
参数
- metadata
- ModelMetadata
元数据。
- context
- ModelBindingExecutionContext
上下文。
- attribute
- RangeAttribute
属性。