RegularExpressionAttributeAdapter Конструктор

Определение

Инициализирует новый экземпляр класса RegularExpressionAttributeAdapter.

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

Параметры

metadata
ModelMetadata

Метаданные модели.

context
ControllerContext

Контекст контроллера.

attribute
RegularExpressionAttribute

Атрибут регулярного выражения.

Применяется к