html-generator
html-generator copied to clipboard
A library that makes it easy to generate HTML files from C# code
HtmlGenerator
A library that simplifies generating complex HTML files from C# code.

Installation Instructions
Nuget
- Run
PM> Install-Package HtmlGeneratorfrom the Package Manager Console - Add
using HtmlGenerator;in all the files you want to use the library.
DLL
Contributions
Please submit issues and pull requests for features, bugs and improvements.