ValidationHelper Properties |
The ValidationHelper type exposes the following members.
Name | Description | |
---|---|---|
ClientIDRexExp |
Gets or sets the regular expression for client id validation.
| |
CodenameRegExp |
Codename regular expression.
| |
ColorRegExp |
Hexa color code regular expression.
| |
CustomEmailRegExpString |
Custom email regular expression string from web.config for email validation.
| |
CustomUsernameRegExpString |
Custom user name regular expression string from web.config for user name validation.
| |
EmailRegExp |
Gets the regular expression used to validate e-mail addresses.
| |
FileNameForbiddenCharRegExp |
Regular expression to match forbidden characters in file name.
| |
FolderRegExp |
Folder regular expression.
| |
GuidRegExp |
GUID regular expression.
| |
HashStringSalt |
Returns salt used for hashing string in GetHashString() method.
| |
IdentifierRegExp |
Identifier regular expression.
| |
IntRegExp |
Integer regular expression.
| |
LongRegExp |
Long regular expression.
| |
UnicodeCodenameRegExp |
Codename regular expression with support of Unicode letters.
| |
URLRegExp |
URL regular expression.
| |
UsernameRegExp |
Username regular expression.
| |
UseSafeRoleName |
Indicates whether to use safe or normal role names.
| |
UseSafeUserName |
Indicates whether to use safe or normal user names.
| |
UsPhoneNumberRegExp |
U.S. Phone number regular expression.
|