IUrlSearchParams class
IUrlSearchParams class
Provides methods to work with URLs query string.
The IUrlSearchParams type exposes the following members:
Methods
Method | Description |
---|---|
append | Appends a new name-value pair whose name is name and value is value . |
delete | Removes all name-value pairs whose name is name . |
get | Returns value of the first name-value pair whose name is name . |
get_all | Returns all values whose name is name . |
has | Checks if there is a name-value pair whose name is name in list. |
set | Sets value of the first found name-value pair to the specified value and removes the others. If no name-value pairs with the specified name are found, new one will be appended to the list. |
sort | Sorts all name-value pairs, if any, by their names. |
See Also
- module
aspose.svg