HtmlBuilders 4.0.0
See the version list below for details.
dotnet add package HtmlBuilders --version 4.0.0
NuGet\Install-Package HtmlBuilders -Version 4.0.0
<PackageReference Include="HtmlBuilders" Version="4.0.0" />
paket add HtmlBuilders --version 4.0.0
#r "nuget: HtmlBuilders, 4.0.0"
// Install HtmlBuilders as a Cake Addin #addin nuget:?package=HtmlBuilders&version=4.0.0 // Install HtmlBuilders as a Cake Tool #tool nuget:?package=HtmlBuilders&version=4.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.6.15)
- Microsoft.AspNetCore.Html.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.0.2)
- System.Collections.Immutable (>= 1.4.0)
- System.Text.Encodings.Web (>= 4.4.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 | 4,649 | 5/24/2024 |
7.2.0 | 9,490 | 4/19/2023 |
7.1.0 | 193 | 4/19/2023 |
7.0.0 | 184 | 4/19/2023 |
6.0.1 | 80,322 | 2/4/2021 |
6.0.0 | 25,217 | 3/14/2020 |
5.0.0 | 9,496 | 1/11/2019 |
4.0.0 | 9,763 | 4/2/2018 |
3.0.1 | 15,192 | 1/23/2018 |
3.0.0 | 8,957 | 1/23/2018 |
2.0.5 | 35,998 | 7/12/2015 |
2.0.4 | 1,255 | 7/12/2015 |
2.0.3 | 1,432 | 4/5/2015 |
2.0.2 | 2,547 | 10/20/2014 |
2.0.1 | 1,230 | 10/20/2014 |
2.0.0 | 1,271 | 10/20/2014 |
1.1.0 | 4,045 | 10/16/2014 |
1.0.16 | 2,155 | 7/8/2014 |
1.0.15 | 1,489 | 4/18/2014 |
1.0.14 | 1,374 | 4/3/2014 |
1.0.13 | 1,327 | 4/3/2014 |
1.0.12 | 1,301 | 4/3/2014 |
1.0.11 | 1,270 | 3/6/2014 |
1.0.10 | 1,356 | 3/4/2014 |
1.0.9 | 1,334 | 2/17/2014 |
1.0.8 | 1,335 | 10/24/2013 |
1.0.7 | 1,300 | 9/5/2013 |
1.0.6 | 1,267 | 9/1/2013 |
1.0.5 | 1,329 | 8/27/2013 |
1.0.4 | 1,353 | 8/26/2013 |
1.0.3 | 1,271 | 8/26/2013 |
1.0.2 | 1,261 | 8/26/2013 |
1.0.1 | 1,258 | 8/26/2013 |
1.0.0 | 1,345 | 8/26/2013 |
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.