With this Tag Helper it is possible to render (derived from the latest zurb/inky implementation) the inky syntax in ASP.NET Core.
Install the nuget Package InkyTagHelpers from nuget.org.
nuget Install-Package InkyTagHelpersor just Manage NuGet Packages... from your projects context menu.
To understand wich tag should be used for what, follow the official Foundation for Emails documentation in components: https://get.foundation/emails/docs/inky.html.
In ASP.NET Core, just start with the Example project or from scratch
<button>, <callout>, <columns>, <container>, <menu>, <item> (only nested inside menu), <row>, <spacer>, <wrapper>.
Have a look at the InkyTagHelpers.Web project. There you can find some basic usage examples.