Macro - Get full URL of a page
case "fullurl": e.Match = true; string sFullURL = CMS.GlobalHelper.URLHelper.RawUrl; e.Result = sFullURL; break;