Location.Search

Location.Search property

Returns the Location object’s URL’s query (includes leading “?” if non-empty). Can be set, to navigate to the same URL with a changed query(ignores leading “?”).

public string Search { get; set; }

See Also