mscorlib(4.0.0.0) API with additions
GenericUriParserOptions.cs
1 namespace System
2 {
4  [Flags]
6  {
8  Default = 0x0,
10  GenericAuthority = 0x1,
12  AllowEmptyAuthority = 0x2,
14  NoUserInfo = 0x4,
16  NoPort = 0x8,
18  NoQuery = 0x10,
20  NoFragment = 0x20,
24  DontCompressPath = 0x80,
28  Idn = 0x200,
30  IriParsing = 0x400
31  }
32 }
The parser supports the parsing rules specified in RFC 3987 for International Resource Identifiers (I...
The parser allows a registry-based authority.
Definition: __Canon.cs:3
The scheme does not define a fragment part.
The parser supports Internationalized Domain Name (IDN) parsing (IDN) of host names....
The parser allows a URI with no authority.
The parser does not unescape path dots, forward slashes, or back slashes.
The scheme does not define a query part.
GenericUriParserOptions
Specifies options for a T:System.UriParser.
The scheme does not define a port.
The scheme does not define a user information part.
The parser does not canonicalize the URI.
The default setting for this enumeration, which is currently F:System.GCCollectionMode....
The parser does not convert back slashes into forward slashes.