UrlSearchParams
Represents a list of query parameters.
public UrlSearchParams()
Creates a new instance.
Creates a new instance filled from the provided string.
Appends another value for the given search param name.
Deletes the values of the search param name.
Gets the first value of the given search param name, if any.
Gets all values for the given search param name.
Checks if a search param with the given name exists.
Sets the given search param.
Sorts the underlying list.