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

특성입니다.

적용 대상