InkyTagHelpers 1.0.0
Tag Helpers to render Inky-HTML (Foundation for Emails) in ASP.NET Core.
See the version list below for details.
Install-Package InkyTagHelpers -Version 1.0.0
dotnet add package InkyTagHelpers --version 1.0.0
<PackageReference Include="InkyTagHelpers" Version="1.0.0" />
paket add InkyTagHelpers --version 1.0.0
#r "nuget: InkyTagHelpers, 1.0.0"
// Install InkyTagHelpers as a Cake Addin
#addin nuget:?package=InkyTagHelpers&version=1.0.0
// Install InkyTagHelpers as a Cake Tool
#tool nuget:?package=InkyTagHelpers&version=1.0.0
Inky Tag Helpers
Tag Helpers to render Inky-HTML (Foundation for Emails) in ASP.NET Core.
With this Tag Helper it is possible to render (derived from the latest zurb/inky implementation) the inky syntax in ASP.NET Core.
Installation
Install the nuget Package InkyTagHelpers
from nuget.org.
nuget Install-Package InkyTagHelpers
or just Manage NuGet Packages...
from your projects context menu.
Usage
Follow the official Foundation for Emails documentation in components: https://foundation.zurb.com/emails/docs/
Examples
Have a look at the InkyTagHelpers.Web project. There xou can find some basic usage examples.
Inky Tag Helpers
Tag Helpers to render Inky-HTML (Foundation for Emails) in ASP.NET Core.
With this Tag Helper it is possible to render (derived from the latest zurb/inky implementation) the inky syntax in ASP.NET Core.
Installation
Install the nuget Package InkyTagHelpers
from nuget.org.
nuget Install-Package InkyTagHelpers
or just Manage NuGet Packages...
from your projects context menu.
Usage
Follow the official Foundation for Emails documentation in components: https://foundation.zurb.com/emails/docs/
Examples
Have a look at the InkyTagHelpers.Web project. There xou can find some basic usage examples.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Razor.Runtime (>= 2.0.0)
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.