다음을 통해 공유


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

패턴입니다.

적용 대상