ModelClientValidationRegexRule(String, String) 建構函式

定義

這個類型/成員可以支援 .NET Framework 基礎結構,但不能直接使用於您的程式碼中。 初始化 ModelClientValidationRegexRule 類別的新執行個體。

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)

參數

errorMessage
String

例外狀況訊息。

pattern
String

模式。

適用於