Class RegularExpressionValidatorAttribute
Inheritance
System.Object
RegularExpressionValidatorAttribute
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public sealed class RegularExpressionValidatorAttribute : Attribute
Constructors
| Improve this Doc View SourceRegularExpressionValidatorAttribute(String)
Initializes a new instance of the RegularExpressionValidatorAttribute class.
Declaration
public RegularExpressionValidatorAttribute(string expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression |
Properties
| Improve this Doc View SourceExpression
Declaration
public string Expression { get; }
Property Value
Type | Description |
---|---|
System.String |