Encodes a string so that it can be sent to a web server as POST data, specifying the characters which shouldn't be encoded.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- data
- Type: System String
The text to encode.
- charactersAllowedInPostedForm
- Type: System String
A string containing characters that can be present in POST data without being percent-encoded (see DefaultCharactersAllowedInPostedForm).
Return Value
The encoded text.Remarks
See Also