HtmlBuilders 5.0.0
See the version list below for details.
dotnet add package HtmlBuilders --version 5.0.0
NuGet\Install-Package HtmlBuilders -Version 5.0.0
<PackageReference Include="HtmlBuilders" Version="5.0.0" />
paket add HtmlBuilders --version 5.0.0
#r "nuget: HtmlBuilders, 5.0.0"
// Install HtmlBuilders as a Cake Addin #addin nuget:?package=HtmlBuilders&version=5.0.0 // Install HtmlBuilders as a Cake Tool #tool nuget:?package=HtmlBuilders&version=5.0.0
Contains HtmlTag, a drop in replacement for TagBuilder. See https://github.com/amoerie/HtmlBuilders
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- HtmlAgilityPack (>= 1.8.11)
- Microsoft.AspNetCore.Html.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.2.0)
- System.Collections.Immutable (>= 1.5.0)
- System.Text.Encodings.Web (>= 4.5.0)
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 9, 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 |
---|---|---|
8.0.0 | 7,076 | 5/24/2024 |
7.2.0 | 9,718 | 4/19/2023 |
7.1.0 | 198 | 4/19/2023 |
7.0.0 | 191 | 4/19/2023 |
6.0.1 | 81,970 | 2/4/2021 |
6.0.0 | 25,956 | 3/14/2020 |
5.0.0 | 9,698 | 1/11/2019 |
4.0.0 | 9,776 | 4/2/2018 |
3.0.1 | 15,565 | 1/23/2018 |
3.0.0 | 9,012 | 1/23/2018 |
2.0.5 | 36,356 | 7/12/2015 |
2.0.4 | 1,270 | 7/12/2015 |
2.0.3 | 1,443 | 4/5/2015 |
2.0.2 | 2,557 | 10/20/2014 |
2.0.1 | 1,243 | 10/20/2014 |
2.0.0 | 1,281 | 10/20/2014 |
1.1.0 | 4,071 | 10/16/2014 |
1.0.16 | 2,175 | 7/8/2014 |
1.0.15 | 1,502 | 4/18/2014 |
1.0.14 | 1,384 | 4/3/2014 |
1.0.13 | 1,339 | 4/3/2014 |
1.0.12 | 1,311 | 4/3/2014 |
1.0.11 | 1,280 | 3/6/2014 |
1.0.10 | 1,366 | 3/4/2014 |
1.0.9 | 1,344 | 2/17/2014 |
1.0.8 | 1,345 | 10/24/2013 |
1.0.7 | 1,310 | 9/5/2013 |
1.0.6 | 1,277 | 9/1/2013 |
1.0.5 | 1,339 | 8/27/2013 |
1.0.4 | 1,363 | 8/26/2013 |
1.0.3 | 1,281 | 8/26/2013 |
1.0.2 | 1,271 | 8/26/2013 |
1.0.1 | 1,268 | 8/26/2013 |
1.0.0 | 1,357 | 8/26/2013 |
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.