C# Class MyStory.Helpers.HtmlHelperExtensions

Afficher le fichier Open project: RayKwon/MyStory

Méthodes publiques

Méthode Description
GetGravatarHtml ( this html, string email ) : System.Web.HtmlString
TagBadge ( this html, int rank, int tagCount, string tagText ) : System.Web.Mvc.MvcHtmlString

Method Details

GetGravatarHtml() public static méthode

public static GetGravatarHtml ( this html, string email ) : System.Web.HtmlString
html this
email string
Résultat System.Web.HtmlString

TagBadge() public static méthode

public static TagBadge ( this html, int rank, int tagCount, string tagText ) : System.Web.Mvc.MvcHtmlString
html this
rank int
tagCount int
tagText string
Résultat System.Web.Mvc.MvcHtmlString