IUrlSearchParams.Set
IUrlSearchParams.Set method
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.
public void Set(String name, String value)
Parameter | Type | Description |
---|---|---|
name | String | Key which will be used to find name-value pairs. |
value | String | Value which will be set. |
See Also
- interface IUrlSearchParams
- package com.aspose.html
- package Aspose.HTML