2 references to ToString
System.Web (2)
HttpValueCollection.cs (1)
295return ToString(urlencoded, null);
UI\Page.cs (1)
718_clientQueryString = httpValueCollection.ToString(urlencoded: true, excludeKeys: ht);