jkommer 


  • A simple ASP.NET MVC3/4/5 helper for Gravatar providing extension methods to HtmlHelper and UrlHelper. Example usage: @Html.Gravatar("MyEmailAddress@example.com", 80)
    • 109,462 total downloads
    • last updated 2/24/2019
    • Latest version: 1.2.0
    • Gravatar
    The core library used to provide Gravatar methods for both GravatarHelper and GravatarHelper.AspNetCore
  • A simple ASP.NET Core TagHelper for Gravatar. To use please add the following to your '_ViewImports.cshtml' file: @using GravatarHelper.Common @addTagHelper *, GravatarHelper.AspNetCore You can then use it... More information