Important
Some information relates to prerelease product that may be substantially modified before itâs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A customizable parser for a hierarchical URI.
public ref class GenericUriParser : UriParser
public class GenericUriParser : UriParser
type GenericUriParser = class
inherit UriParser
Public Class GenericUriParser
Inherits UriParser
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 System.GenericUriParserOptions enumeration to the GenericUriParser constructor.
The System.Uri class provides support for International Resource Identifiers (IRI) and Internationalized Domain Names (IDN). Parsers derived from GenericUriParser don't have IRI and IDN support by default. The Default option does not include IRI and IDN support. The GenericUriParserOptions.Idn and GenericUriParserOptions.IriParsing fields indicate if a custom parser supports IDN and IRI respectively.
For more information on IRI and IDN support, see the Remarks section for the System.Uri class.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4