See Also: GenericUriParser Members
If you want to create a parser based on a well-known scheme, use HttpStyleUriParser, FtpStyleUriParser, GopherStyleUriParser, LdapStyleUriParser, or NewsStyleUriParser.
When creating a customizable parser, the behavior of the parser is specified by passing a bitwise combination of the values available in the GenericUriParserOptions enumeration to the GenericUriParser constructor.
The existing Uri class has been extended to provide support for International Resource Identifiers (IRI) and Internationalized Domain Names (IDN). Current users will not see any change from the .NET Framework 2.0 behavior unless they specifically enable IRI. This ensures application compatibility with prior versions of the .NET Framework.
All parsers derived from GenericUriParser will not gain IRI and IDN support by default. The GenericUriParserOptions.Default option does not include IRI and IDN support. Two new values are added to the GenericUriParserOptions enumeration to indicate if a custom parser supports IRI and IDN.
For more information on IRI and IDN support, see the Remarks section for the Uri class.