C# Class RaccoonBlog.Web.Helpers.HtmlHelperExtensions

Afficher le fichier Open project: ayende/RaccoonBlog

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
RenderThemeInternal ( string themeDirectory, string themeName ) : IHtmlString

Method Details

ConvertSectionTitleToId() public static méthode

public static ConvertSectionTitleToId ( this helper, string sectionTitle ) : string
helper this
sectionTitle string
Résultat string

Glyphicon() public static méthode

public static Glyphicon ( this helper, string iconName ) : System.Web.Mvc.MvcHtmlString
helper this
iconName string
Résultat System.Web.Mvc.MvcHtmlString

IsSectionActive() public static méthode

public static IsSectionActive ( this helper, string sectionTitle ) : bool
helper this
sectionTitle string
Résultat bool

Link() public static méthode

public static Link ( this helper, string text, string href, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
helper this
text string
href string
htmlAttributes object
Résultat System.Web.Mvc.MvcHtmlString

RenderAdminTheme() public static méthode

public static RenderAdminTheme ( this helper ) : IHtmlString
helper this
Résultat IHtmlString

RenderSection() public static méthode

public static RenderSection ( this helper, string sectionTitle ) : System.Web.Mvc.MvcHtmlString
helper this
sectionTitle string
Résultat System.Web.Mvc.MvcHtmlString

RenderTheme() public static méthode

public static RenderTheme ( this helper, string themeName ) : IHtmlString
helper this
themeName string
Résultat IHtmlString