Discuss this help topic in SecureBlackbox Forum
Specifies whether to encode base URL.
Declaration
[VB.NET]
Property EncodeURL As Boolean
[Pascal]
property EncodeURL : boolean = true;
[C++]
bool get_EncodeURL();
void set_EncodeURL(bool Value);
[PHP]
bool get_EncodeURL()
void set_EncodeURL(bool $Value)
[Java]
boolean getEncodeURL();
void setEncodeURL(boolean Value);
Description
This property specifies if base URL should be encoded.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum