hughbe / html-generator

A library that makes it easy to generate HTML files from C# code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HtmlGenerator

Build status Travis Build Status

A library that simplifies generating complex HTML files from C# code.

Sceenshot

Installation Instructions

Nuget

  • Run PM> Install-Package HtmlGenerator from 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.

About

A library that makes it easy to generate HTML files from C# code

License:MIT License


Languages

Language:C# 100.0%