C# 클래스 Core.Web.Areas.Admin.Helpers.MenuExtension

Extends HtmlHelper functionality to render admin main menu.
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
RenderMenu ( this html, System.Web.Mvc.UrlHelper url, HttpContext context ) : System.Web.Mvc.MvcHtmlString

Renders admin area main menu.

비공개 메소드들

메소드 설명
InitializeMenu ( HttpContext context, HtmlHelper html ) : IEnumerable>.Dictionary
RenderMenuItems ( HtmlHelper html, System.Web.Mvc.UrlHelper url, IEnumerable items ) : String
RenderSection ( HtmlHelper html, System.Web.Mvc.UrlHelper url, String title, IEnumerable items, bool isCurrent, int number ) : String
RenderSectionHeader ( System.Web.Mvc.UrlHelper url, String title, bool isCurrent, int number, IMenuItem item ) : String
RenderSectionsList ( HtmlHelper html, System.Web.Mvc.UrlHelper url, Dictionary items, String activeSection ) : String

메소드 상세

RenderMenu() 공개 정적인 메소드

Renders admin area main menu.
public static RenderMenu ( this html, System.Web.Mvc.UrlHelper url, HttpContext context ) : System.Web.Mvc.MvcHtmlString
html this The HTML helper instance that this method extends.
url System.Web.Mvc.UrlHelper The URL helper.
context System.Web.HttpContext The context.
리턴 System.Web.Mvc.MvcHtmlString