Gets or sets the characters that, by default, will NOT be percent-encoded when a Form is sent to the web server using a POST request.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
The characters that will not be encoded.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