GenericUriParserOptions Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: SystemAssembly: System (in system.dll)
| Member name | Description | |
|---|---|---|
![]() | AllowEmptyAuthority | The parser allows a URI with no authority. |
![]() | Default | The parser:
|
![]() | DontCompressPath | The parser does not canonicalize the URI. |
![]() | DontConvertPathBackslashes | The parser does not convert back slashes into forward slashes. |
![]() | DontUnescapePathDotsAndSlashes | The parser does not unescape path dots, forward slashes, or back slashes. |
![]() | GenericAuthority | The parser allows a registry-based authority. |
![]() | NoFragment | The scheme does not define a fragment part. |
![]() | NoPort | The scheme does not define a port. |
![]() | NoQuery | The scheme does not define a query part. |
![]() | NoUserInfo | The scheme does not define a user information part. |
You can combine any of these options to configure a generic URI parser by passing the options as a parameter to the System.GenericUriParser constructor.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
