Click or drag to resize
ValidationHelper Properties

The ValidationHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberClientIDRexExp
Gets or sets the regular expression for client id validation.
Public propertyStatic memberCodenameRegExp
Codename regular expression.
Public propertyStatic memberColorRegExp
Hexa color code regular expression.
Public propertyStatic memberCustomEmailRegExpString
Custom email regular expression string from web.config for email validation.
Public propertyStatic memberCustomUsernameRegExpString
Custom user name regular expression string from web.config for user name validation.
Public propertyStatic memberEmailRegExp
Gets the regular expression used to validate e-mail addresses.
Public propertyStatic memberFileNameForbiddenCharRegExp
Regular expression to match forbidden characters in file name.
Public propertyStatic memberFolderRegExp
Folder regular expression.
Public propertyStatic memberGuidRegExp
GUID regular expression.
Public propertyStatic memberHashStringSalt
Returns salt used for hashing string in GetHashString() method.
Public propertyStatic memberIdentifierRegExp
Identifier regular expression.
Public propertyStatic memberIntRegExp
Integer regular expression.
Public propertyStatic memberLongRegExp
Long regular expression.
Public propertyStatic memberUnicodeCodenameRegExp
Codename regular expression with support of Unicode letters.
Public propertyStatic memberURLRegExp
URL regular expression.
Public propertyStatic memberUsernameRegExp
Username regular expression.
Public propertyStatic memberUseSafeRoleName
Indicates whether to use safe or normal role names.
Public propertyStatic memberUseSafeUserName
Indicates whether to use safe or normal user names.
Public propertyStatic memberUsPhoneNumberRegExp
U.S. Phone number regular expression.
Top
See Also