| Member Name | Description |
|---|
| AllButNulAndAngleBracketsLegal |
- Allow all but.
- Nul ('\0')
- Angle brackets ('<_27_2c_ _27_="">')
- Deny script URLs.
|
| AllButNulLegal |
- Allow all special characters except Nul. ('\0').
- Allow script URLs.
|
| AllButWhitespaceLegal |
- Allow all special characters except for:
- whitespace characters
- Nul ('\0')
- Allow script URLs.
|
| AllIllegal |
- Deny all special characters.
- Deny script URLs.
|
| AllOk | Mask with all fields set to OK
|
| AllWhitespaceOk | Mask with both regular space and other whitespace OK
|
| AmpAndSpaceLegal |
- Allow ampersand.
- Allow space.
- Deny script URLs.
|
| AmpLegal |
- Allow ampersand.
- Deny script URLs.
|
| AmpOk | Allow ampersand characters ('&')
|
| DquoteOk | Allow double quote characters. ('"')
|
| GtOk | Allow greater-than characters. ('>')
|
| LtOk | Allow less-than characters. ('<_27_29_> |
| Non7BitAsciiOk | Allow characters with character codes 128 to 255.
|
| NulOk | Allow nul characters ('\0')
|
| OtherWhitespaceOk | Allow whitespace characters other than space. The
other whitespace characters are
'\t' '\f' '\n' '\r' and '\0x000b' (vertical tab)
|
| PctOk | Allow percent-sign characters ('%')
|
| ScriptUrlOk | Allow text to start with a script URL
such as "javascript:" or "vbscript:"
|
| SpaceLegal |
- Allow space.
- Deny script URLs.
|
| SpaceOk | Allow space (' ') characters.
|
| SquoteOk | Allow single quote characters. ('\'')
|
| UrlAndSpaceLegal |
- Allow characters used by encoded URLs.
- Allow spaces.
- Deny script URLs.
|
| UrlLegal |
- Allow characters used by encoded URLs.
- Deny script URLs.
|