Skip to content

GururajNadager/HTML.Maid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

HTML.Maid

C# to HTML Converter

sample code to convert c# to HTML

using Html.Maid;

HtmlDocument doc = new HtmlDocument();

doc.Add(new HtmlTagBuilder(HtmlTags.Div).AddHtml("Welcome to HTML.Maid"));

doc.GetHtml();

Releases

No releases published

Packages

No packages published