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

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

공개 메소드들

메소드 설명
ConvertSectionTitleToId ( this helper, string sectionTitle ) : string
Glyphicon ( this helper, string iconName ) : System.Web.Mvc.MvcHtmlString
IsSectionActive ( this helper, string sectionTitle ) : bool
Link ( this helper, string text, string href, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
RenderAdminTheme ( this helper ) : IHtmlString
RenderSection ( this helper, string sectionTitle ) : System.Web.Mvc.MvcHtmlString
RenderTheme ( this helper, string themeName ) : IHtmlString

비공개 메소드들

메소드 설명
RenderThemeInternal ( string themeDirectory, string themeName ) : IHtmlString

메소드 상세

ConvertSectionTitleToId() 공개 정적인 메소드

public static ConvertSectionTitleToId ( this helper, string sectionTitle ) : string
helper this
sectionTitle string
리턴 string

Glyphicon() 공개 정적인 메소드

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

IsSectionActive() 공개 정적인 메소드

public static IsSectionActive ( this helper, string sectionTitle ) : bool
helper this
sectionTitle string
리턴 bool

Link() 공개 정적인 메소드

public static Link ( this helper, string text, string href, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
helper this
text string
href string
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

RenderAdminTheme() 공개 정적인 메소드

public static RenderAdminTheme ( this helper ) : IHtmlString
helper this
리턴 IHtmlString

RenderSection() 공개 정적인 메소드

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

RenderTheme() 공개 정적인 메소드

public static RenderTheme ( this helper, string themeName ) : IHtmlString
helper this
themeName string
리턴 IHtmlString