Initializes a new instance of the RegularExpressionValidatorAttribute class.
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public RegularExpressionValidatorAttribute( string expression ) |
| Visual Basic |
|---|
Public Sub New ( expression As String ) |
Parameters
- expression
- Type: System..::..String
paramexpressionM:DotNetNuke.UI.WebControls.RegularExpressionValidatorAttribute.#ctor(System.String)