Udostępnij za pośrednictwem


RegularExpressionAttributeAdapter Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

metadata
ModelMetadata

Metadane modelu.

context
ControllerContext

Kontekst kontrolera.

attribute
RegularExpressionAttribute

Atrybut wyrażenia regularnego.

Dotyczy