gjshah7254
4/23/2014 - 9:58 PM

Macro - Without Query Parameter

Macro - Without Query Parameter

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