A library that simplifies generating complex HTML files from C# code.
- Run
PM> Install-Package HtmlGenerator
from the Package Manager Console - Add
using HtmlGenerator;
in all the files you want to use the library.
Please submit issues and pull requests for features, bugs and improvements.