C# 클래스 RaccoonBlog.Web.Areas.Admin.Helpers.HtmlHelperExtensions

파일 보기 프로젝트 열기: synhershko/RaccoonBlog

공개 메소드들

메소드 설명
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

메소드 상세

AdminImage() 공개 정적인 메소드

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

AdminMenu() 공개 정적인 메소드

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

AdminScript() 공개 정적인 메소드

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

AdminStyle() 공개 정적인 메소드

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