C# 클래스 Daniel15.Web.Extensions.HtmlLayoutExtensions

HtmlHelper extensions for rendering of the page
파일 보기 프로젝트 열기: Daniel15/Website

공개 메소드들

메소드 설명
BodyClass ( this htmlHelper ) : string

Gets the value to use for the class attribute on the body tag

BodyId ( this htmlHelper ) : string

Gets the value to use for the id attribute on the body tag

Menu ( this htmlHelper ) : IHtmlContent

Renders the top menu

메소드 상세

BodyClass() 공개 정적인 메소드

Gets the value to use for the class attribute on the body tag
public static BodyClass ( this htmlHelper ) : string
htmlHelper this The HTML helper.
리턴 string

BodyId() 공개 정적인 메소드

Gets the value to use for the id attribute on the body tag
public static BodyId ( this htmlHelper ) : string
htmlHelper this The HTML helper.
리턴 string

Menu() 공개 정적인 메소드

Renders the top menu
public static Menu ( this htmlHelper ) : IHtmlContent
htmlHelper this The HTML helper.
리턴 IHtmlContent