IUrlSearchParams.Has

IUrlSearchParams.Has method

Checks if there is a name-value pair whose name is name in list.

public bool Has(string name)
ParameterTypeDescription
nameStringKey which will be used to find name-value pair.

Return Value

True if there is a name-value pair whose name is name in list, and false otherwise.

See Also