C# Class RaccoonBlog.Web.Areas.Admin.Helpers.HtmlHelperExtensions

Afficher le fichier Open project: synhershko/RaccoonBlog

Méthodes publiques

Méthode Description
AdminImage ( this helper, string path ) : System.Web.Mvc.MvcHtmlString
AdminMenu ( this helper, IList menus ) : System.Web.Mvc.MvcHtmlString
AdminScript ( this helper, string path ) : System.Web.Mvc.MvcHtmlString
AdminStyle ( this helper, string path ) : System.Web.Mvc.MvcHtmlString

Method Details

AdminImage() public static méthode

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

AdminMenu() public static méthode

public static AdminMenu ( this helper, IList menus ) : System.Web.Mvc.MvcHtmlString
helper this
menus IList
Résultat System.Web.Mvc.MvcHtmlString

AdminScript() public static méthode

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

AdminStyle() public static méthode

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