IUrlSearchParams.Get

IUrlSearchParams.Get method

Returns value of the first name-value pair whose name is name.

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

Return Value

Value of the first name-value pair whose name is name or null if there is none.

See Also