UriFormat Enumeration
Silverlight
Controls how URI information is escaped.
Namespace: System
Assembly: System (in System.dll)
This enumeration is used by the GetComponents method to specify the level of character escaping in the returned URI.
RFC 3986 defines the standard escaping for URIs, and is available at http://rfc-editor.org.
SafeUnescaped leaves the following characters escaped if the character has a reserved meaning in the requested UriComponents: "%", "#", "?", "/", "\", and "@".
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:

