GravatarHelper.AspNetCore
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" gravatar-size="80" alt="My Gravatar" />
Install-Package GravatarHelper.AspNetCore -Version 1.1.0
dotnet add package GravatarHelper.AspNetCore --version 1.1.0
<PackageReference Include="GravatarHelper.AspNetCore" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GravatarHelper.AspNetCore --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GravatarHelper.AspNetCore, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
- Update HTTPS hostname to www.gravatar.com (Issue #4)
Dependencies
-
.NETStandard 1.6
- 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)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.