mscorlib(4.0.0.0) API with additions
UriFormat.cs
1 namespace System
2 {
4  [global::__DynamicallyInvokable]
5  public enum UriFormat
6  {
8  [global::__DynamicallyInvokable]
9  UriEscaped = 1,
11  [global::__DynamicallyInvokable]
12  Unescaped,
14  [global::__DynamicallyInvokable]
16  }
17 }
Definition: __Canon.cs:3
Characters that have a reserved meaning in the requested URI components remain escaped....
Escaping is performed according to the rules in RFC 2396.
UriFormat
Controls how URI information is escaped.
Definition: UriFormat.cs:5
No escaping is performed.