Macro - Without Query Parameter
case "withoutqueryparameters":
e.Match = true;
string sWithoutQuery = CMS.GlobalHelper.URLHelper.RemoveQuery(CMS.GlobalHelper.URLHelper.RawUrl);
e.Result = sWithoutQuery;
break;