Discuss this help topic in SecureBlackbox Forum
(not yet)
Declaration
[C#/Java]
bool UseURLEncoding;
[VB.NET]
Property UseURLEncoding As Boolean
[Pascal]
property UseURLEncoding : boolean;
[C++]
bool get_UseURLEncoding();
void set_UseURLEncoding(bool Value);
[PHP]
bool get_UseURLEncoding()
void set_UseURLEncoding(bool $Value)
Description
Specifies whether to encode URLs.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum