public static string AppendQuerystring(string url, string querystring) { return(Globals.AppendQuerystring(url, querystring, false)); }