HtmlBuilders 6.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HtmlBuilders --version 6.0.0
NuGet\Install-Package HtmlBuilders -Version 6.0.0
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="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HtmlBuilders --version 6.0.0
#r "nuget: HtmlBuilders, 6.0.0"
#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=6.0.0

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

Contains HtmlTag, a drop in replacement for TagBuilder. See https://github.com/amoerie/HtmlBuilders

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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

6.0.0: Migrate to .NET Core 3.1
     5.0.0: Make HtmlTag implement IHtmlContent. This introduces a lot of usability and performance improvements, at a pretty low cost.
     3.0.1: Expose HtmlTag.WithAttributes and HtmlTag.WithContents publically to enable full control on the consumer side. This might be necessary to keep supporting all use cases since the move to immutable HtmlTags.
     3.0.0: Migrate to .NET Standard 2.0. Includes a big breaking change: HtmlTag is now immutable! Also add methods to integrate with IHtmlContent.
     2.0.6: Added reference to System.Web to NuGet-Package to allow successful installation in empty-project.
     2.0.5: Updated NuGet package file to reflect downgraded minimum .NET MVC version.
     2.0.4: Downgraded required .NET MVC version from 5.2 to 4.0 to increase availability.
     2.0.3: Updated 'Merge' to include class, fix encoding issue with quotes in attributes.
     2.0.1: Built in release, had some errors during latest publish so this is mostly a republish just to be safe.