Gets a string containing all the characters that, by default, are allowed to be posted in a Form.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
A string containing all the characters that, by default, are allowed to be posted in a Form.Remarks
- Outside the ASCII range OR
- Not an alpha-numeric character AND not in this list of allowed characters
By default, the allowed list of characters is as follows:
Character | Name |
---|---|
' ' | space |
'-' | hyphen |
'_' | underscore |
'.' | full stop |
'*' | asterisk |
See Also