UriFormat

UriFormat enum

Specifies how the URI is escaped.

enum class UriFormat

Values

NameValueDescription
UriEscaped1Escaping according to RFC-2396.
Unescaped2No escaping.
SafeUnescaped3Only the characters that have a reserved meaning in the URI are escaped.

See Also