Overload List
| Name | Description | |
|---|---|---|
| UrlParser()()() |
Creates a new instance of the UrlParser class. Uses
the default value of '_' for the separator and '-' for the navdelimiter
| |
| UrlParser(String, Char, Char, IUrlEncoder) |
Creates a new instance of the UrlParser class using the given
escape string, navigation delimiter, and separator.
|