RegularExpressionAttributeAdapter 构造函数

定义

初始化 RegularExpressionAttributeAdapter 类的新实例。

public:
 RegularExpressionAttributeAdapter(System::Web::ModelBinding::ModelMetadata ^ metadata, System::Web::ModelBinding::ModelBindingExecutionContext ^ context, System::ComponentModel::DataAnnotations::RegularExpressionAttribute ^ attribute);
public RegularExpressionAttributeAdapter (System.Web.ModelBinding.ModelMetadata metadata, System.Web.ModelBinding.ModelBindingExecutionContext context, System.ComponentModel.DataAnnotations.RegularExpressionAttribute attribute);
new System.Web.ModelBinding.RegularExpressionAttributeAdapter : System.Web.ModelBinding.ModelMetadata * System.Web.ModelBinding.ModelBindingExecutionContext * System.ComponentModel.DataAnnotations.RegularExpressionAttribute -> System.Web.ModelBinding.RegularExpressionAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ModelBindingExecutionContext, attribute As RegularExpressionAttribute)

参数

metadata
ModelMetadata

元数据。

context
ModelBindingExecutionContext

上下文。

attribute
RegularExpressionAttribute

属性。

适用于