RegularExpressionAttributeAdapter Constructor

Definitie

Initialiseert een nieuw exemplaar van de RegularExpressionAttributeAdapter klasse.

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)

Parameters

metadata
ModelMetadata

De metagegevens.

context
ModelBindingExecutionContext

De context.

attribute
RegularExpressionAttribute

Het kenmerk.

Van toepassing op