C# Class RaccoonBlog.Web.Areas.Admin.Helpers.HtmlHelperExtensions

显示文件 Open project: synhershko/RaccoonBlog

Public Methods

Method Description
AdminImage ( this helper, string path ) : System.Web.Mvc.MvcHtmlString
AdminMenu ( this helper, IList menus ) : System.Web.Mvc.MvcHtmlString
AdminScript ( this helper, string path ) : System.Web.Mvc.MvcHtmlString
AdminStyle ( this helper, string path ) : System.Web.Mvc.MvcHtmlString

Method Details

AdminImage() public static method

public static AdminImage ( this helper, string path ) : System.Web.Mvc.MvcHtmlString
helper this
path string
return System.Web.Mvc.MvcHtmlString

AdminMenu() public static method

public static AdminMenu ( this helper, IList menus ) : System.Web.Mvc.MvcHtmlString
helper this
menus IList
return System.Web.Mvc.MvcHtmlString

AdminScript() public static method

public static AdminScript ( this helper, string path ) : System.Web.Mvc.MvcHtmlString
helper this
path string
return System.Web.Mvc.MvcHtmlString

AdminStyle() public static method

public static AdminStyle ( this helper, string path ) : System.Web.Mvc.MvcHtmlString
helper this
path string
return System.Web.Mvc.MvcHtmlString