C# Класс Daniel15.Web.Extensions.HtmlLayoutExtensions

HtmlHelper extensions for rendering of the page
Показать файл Открыть проект

Открытые методы

Метод Описание
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