Controls how URI information is escaped.
- Namespace
- xtd
- Library
- xtd.core
Enumerator |
---|
safe_unescaped | Characters that have a reserved meaning in the requested URI components remain escaped. All others are not escaped. See Remarks.
|
unescaped | No escaping is performed.
|
uri_escaped | Escaping is performed according to the rules in RFC 2396.
|