IUrlSearchParams Interface |
Namespace: Aspose.Html
The IUrlSearchParams type exposes the following members.
Name | 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.
|
![]() | GetAll |
Returns all values whose name is name.
|
![]() | GetEnumerator | (Inherited from IEnumerableString.) |
![]() | 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.
|