Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class RegExValidator : RegularExpressionValidator
Visual Basic
Public Class RegExValidator
	Inherits RegularExpressionValidator
Visual C++
public ref class RegExValidator : public RegularExpressionValidator
F#
type RegExValidator =  
    class
        inherit RegularExpressionValidator
    end

Inheritance Hierarchy

See Also