C# Class MyStory.Helpers.HtmlHelperExtensions

Exibir arquivo Open project: RayKwon/MyStory

Public Methods

Method 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 method

public static GetGravatarHtml ( this html, string email ) : System.Web.HtmlString
html this
email string
return System.Web.HtmlString

TagBadge() public static method

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