次の方法で共有


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

属性。

適用対象