HtmlBuilders 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package HtmlBuilders --version 1.0.8
NuGet\Install-Package HtmlBuilders -Version 1.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HtmlBuilders" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HtmlBuilders --version 1.0.8
#r "nuget: HtmlBuilders, 1.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HtmlBuilders as a Cake Addin
#addin nuget:?package=HtmlBuilders&version=1.0.8

// Install HtmlBuilders as a Cake Tool
#tool nuget:?package=HtmlBuilders&version=1.0.8

A faster and easier way to parse and create HTML in C#.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HtmlBuilders:

Package Downloads
SK.RazorWire

This is a package to help ASP.NET Core developers to generate UI prototype easily on their web app.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on HtmlBuilders:

Repository Stars
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
Version Downloads Last updated
7.2.0 6,886 4/19/2023
7.1.0 161 4/19/2023
7.0.0 148 4/19/2023
6.0.1 64,844 2/4/2021
6.0.0 20,557 3/14/2020
5.0.0 8,693 1/11/2019
4.0.0 9,597 4/2/2018
3.0.1 11,977 1/23/2018
3.0.0 8,128 1/23/2018
2.0.5 33,622 7/12/2015
2.0.4 1,197 7/12/2015
2.0.3 1,397 4/5/2015
2.0.2 2,403 10/20/2014
2.0.1 1,191 10/20/2014
2.0.0 1,233 10/20/2014
1.1.0 3,954 10/16/2014
1.0.16 2,000 7/8/2014
1.0.15 1,450 4/18/2014
1.0.14 1,339 4/3/2014
1.0.13 1,297 4/3/2014
1.0.12 1,266 4/3/2014
1.0.11 1,240 3/6/2014
1.0.10 1,320 3/4/2014
1.0.9 1,298 2/17/2014
1.0.8 1,290 10/24/2013
1.0.7 1,267 9/5/2013
1.0.6 1,240 9/1/2013
1.0.5 1,302 8/27/2013
1.0.4 1,315 8/26/2013
1.0.3 1,231 8/26/2013
1.0.2 1,215 8/26/2013
1.0.1 1,218 8/26/2013
1.0.0 1,296 8/26/2013

1.0.8: Added the 'Render()' method to HtmlTag, which allows developers to configure the TagRenderMode per HtmlTag before calling ToHtml()
1.0.7: Added XML documentation and more convenience methods
1.0.6: Refactored abstract class HtmlElement to interface IHtmlElement
1.0.5: Added HtmlTags with library of standard html elements for typesafe HtmlTag creation
1.0.4: Added overloads with IEnumerable support where applicable
1.0.2: Added support for batch prepending/appending/inserting/parsing