Top 20 NuGet HTML Packages

Console tool for creating NUnit3 HTML reports
Framework for parsing web pages.
HTML Helpers for Salford Design Language
Metro UI CSS allows to create a Web site in the style of Windows 8 quickly and without distractions on routine tasks. This version supports RTL, you need to change @direction variable in variables.less
تبدیل آدرس اینترنتی و یا فایل اچ تی ام ال به فرمت تصویر
Html2Model
Highlight list of keywords against a string
Asp.Net MVC HtmlHelper method for creating links generating a modal CRUD actions using Jquery and Ajax with MVC Juste use as example: @Html.ActionModalLink(Url.Action("IndexPartial", "documents"), Url.Action("Edit", "documents",new { id = item.IdDocument }),null, null, ActionType...
A simple C# generator for HTML/XML Why? Sometimes you have a project where a lot of code is needed to output a little markup. For those projects, markup templating engines make things more difficult, and a lot of the time you end up doing string concatenation. T·g is a step up from string concatena...
Mup, which is short for Markup Parser, is a cross-platform library written in C#. It targets .NET Standard 1.0 making it available for a wide variety of devices and applications. The main purpose of the library is to support parsing Lightweight Markup Languages into various output formats, su...
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
Fusion is a JavaScript, HTML, and CSS language framework.
Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers. Aspose for Cloud’s REST APIs gives developers on all platforms total control over documents and file formats. It interoperates seamlessly with other cloud services.
The generic report support for the Cake.Issues addin for Cake Script Runners allows you to create issue reports in any text format (HTML, Markdown, ...). This addin provides the aliases for any text based report format. It also requires the core Cake.Issues and Cake.Issues.Reporting addins and one ...
wkhtmltopdf x64 exe packaged for ease of use (wkhtmltox-0.13.0-alpha-7b36694_mingw-w64-cross-win64). Version deliberately set to an odd value to allow the alpha releases to come with sane version numbers. The package adds an msbuild target that copies the wkhtmltopdf executable and dependencies t...
This is an Automation Reporting Tool which creates report in dynamic html page with rich graphs,helps in creating Excel Report,enables you to create output report in JSON format, Comes with auto mail trigger feature where configured outlook can send automation test report with visualisationa and Pow...
Package Description
html内容放到rtf里 原作者:http://htmltorichtextbox.codeplex.com/ 使用方法: string html =GetHtml(); var htb = new HtmlToRichTextBox(html); htb.ApplyHtmlToRichTextBox(richTextbox);