ModelClientValidationRegexRule Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public class ModelClientValidationRegexRule : System.Web.Mvc.ModelClientValidationRule
type ModelClientValidationRegexRule = class
    inherit ModelClientValidationRule
Public Class ModelClientValidationRegexRule
Inherits ModelClientValidationRule
Inheritance
ModelClientValidationRegexRule

Constructors

ModelClientValidationRegexRule(String, String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ModelClientValidationRegexRule class.

Properties

ErrorMessage

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

(Inherited from ModelClientValidationRule)
ValidationParameters

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

(Inherited from ModelClientValidationRule)
ValidationType

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

(Inherited from ModelClientValidationRule)

Applies to