ModelClientValidationRegexRule(String, String) Konstruktor

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci ModelClientValidationRegexRule třídy .

public ModelClientValidationRegexRule (string errorMessage, string pattern);
new System.Web.Mvc.ModelClientValidationRegexRule : string * string -> System.Web.Mvc.ModelClientValidationRegexRule
Public Sub New (errorMessage As String, pattern As String)

Parametry

errorMessage
String

Zpráva výjimky

pattern
String

Vzor.

Platí pro