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)
ParameterTypeDescription
nameStringKey which will be used to find name-value pairs.
valueStringValue which will be set.

See Also