RegularExpressionAttributeAdapter Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.