jkommer
- 94,364 total downloads
- last updated 2/24/2019
- Latest version: 4.1.0
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)
- 71,116 total downloads
- last updated 2/24/2019
- Latest version: 1.2.0
The core library used to provide Gravatar methods for both GravatarHelper and GravatarHelper.AspNetCore
- 56,448 total downloads
- last updated 2/24/2019
- Latest version: 1.1.0
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 in any .cshtml file as follows:
<img gravatar-email="MyEmailAddress@example.com"...
More information