Class RegularExpressionValidatorAttribute
Inheritance
RegularExpressionValidatorAttribute
Assembly: DotNetNuke.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class RegularExpressionValidatorAttribute : Attribute, _Attribute
Constructors
RegularExpressionValidatorAttribute(string)
Declaration
public RegularExpressionValidatorAttribute(string expression)
Parameters
Type |
Name |
Description |
string |
expression |
|
Properties
Expression
Declaration
public string Expression { get; }
Property Value
Implements
Extension Methods