Example #1
0
 public static string GetReturnUrl(this ViewMasterPage pg)
 {
     return(GetReturnUrl(pg.Page as ViewPage));
 }
Example #2
0
 public static string GetReturnUrl(this ViewMasterPage pg)
 {
     return(GetReturnUrl(pg.ViewContext.HttpContext));
 }
Example #3
0
 public static string SiteRoot(this ViewMasterPage pg)
 {
     return(SiteRoot(pg.ViewContext.HttpContext));
 }
Example #4
0
 public static string GetSiteUrl(this ViewMasterPage pg)
 {
     return(GetSiteUrl(pg.Url));
 }