public static string Image(this HtmlHelper helper, ViewUserControl pg, string fileName, string attributes) { return Image(helper, pg.SiteRoot(), fileName, attributes); }
public static string Script(this HtmlHelper helper, ViewUserControl pg, string viewDir, string fileName) { return Script(helper, pg.SiteRoot(), viewDir, fileName); }
public static string CSS(this HtmlHelper helper, ViewUserControl pg, string fileName) { return CSS(helper, pg.SiteRoot(), fileName); }