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" gravatar-size="80" alt="My Gravatar" />
$ dotnet add package GravatarHelper.AspNetCoreNo README available.