共用方式為


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

屬性。

適用於