예제 #1
0
 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));
 }
예제 #2
0
 public static string GetContentAbsoluteUrl(string pageUrl, HttpRequest httpRequest)
 {
     return(ActionHelper.AbsoluteUrl(GetContentRelativeUrl(pageUrl), httpRequest));
 }