public static string AddPage(this UrlHelper urlHelper) { return(urlHelper.AddPage(urlHelper.RequestContext.RouteData.Values["pagePath"] as string)); }
public static string AddPage(this UrlHelper urlHelper, Page page) { return(urlHelper.AddPage(page.Path.Substring(1))); }