C# Класс RaccoonBlog.Web.Helpers.HtmlHelperExtensions

Показать файл Открыть проект

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

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