Info
| Version: | 1.1.0 | 
| Author(s): | Johannes Kommer | 
| Last Update: | Sunday, February 24, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/jkommer/GravatarHelper/ | 
| NuGet Url: | https://www.nuget.org/packages/GravatarHelper.AspNetCore | 
Install
Install-Package GravatarHelper.AspNetCore
                        dotnet add package GravatarHelper.AspNetCore
                        paket add GravatarHelper.AspNetCore
                        
                                GravatarHelper.AspNetCore Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- GravatarHelper.Common(>= 1.2.0)
 - Microsoft.AspNetCore.Mvc(>= 1.0.0)
 - Microsoft.AspNetCore.Razor(>= 1.0.0)
 - Microsoft.AspNetCore.Razor.Runtime(>= 1.0.0)
 - NETStandard.Library(>= 1.6.1)
 
Tags
                
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-size="80" alt="My Gravatar" />.