The UrlParser type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UrlParser | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse |
Parse this instance of the uri. This method must be called before getting
any values from the UrlParams.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| AMPERSAND |
Ampersand character '&' as a string.
| |
| BASE36_ENCODING_DELIM |
Z character 'Z' as a string.
| |
| DOUBLE_VERTICAL_PIPE |
double vertical pipe character '||' as a string.
| |
| EQUALS_SIGN |
Equals sign character '=' as a string.
| |
| PLUS_SIGN |
Plus sign character '+' as a string.
| |
| QUESTION_MARK |
Question mark character '?' as a string.
| |
| SPACE |
Space character ' ' as a string.
| |
| VERTICAL_PIPE |
Vertical pipe character '|' as a string.
|