public static string GetNavigationAbsoluteUrl(string pageUrl, HttpRequest httpRequest, string?rootPageUrl = null, bool onlyVisible = false, int depth = -1) { return(ActionHelper.AbsoluteUrl(GetNavigationRelativeUrl(pageUrl, rootPageUrl, onlyVisible, depth), httpRequest)); }
public static string GetContentAbsoluteUrl(string pageUrl, HttpRequest httpRequest) { return(ActionHelper.AbsoluteUrl(GetContentRelativeUrl(pageUrl), httpRequest)); }