Top 20 NuGet Packages depending on GravatarHelper.Common

Total dependencies: 2

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="[email protected]" gravatar...
A simple ASP.NET MVC3/4/5 helper for Gravatar providing extension methods to HtmlHelper and UrlHelper. Example usage: @Html.Gravatar("[email protected]", 80)