HtmlBuilders 1.0.7
See the version list below for details.
dotnet add package HtmlBuilders --version 1.0.7
NuGet\Install-Package HtmlBuilders -Version 1.0.7
<PackageReference Include="HtmlBuilders" Version="1.0.7" />
paket add HtmlBuilders --version 1.0.7
#r "nuget: HtmlBuilders, 1.0.7"
// Install HtmlBuilders as a Cake Addin #addin nuget:?package=HtmlBuilders&version=1.0.7 // Install HtmlBuilders as a Cake Tool #tool nuget:?package=HtmlBuilders&version=1.0.7
A faster and easier way to parse and create HTML in C#.
Product | Versions 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. |
-
.NETFramework 4.5
- HtmlAgilityPack (>= 1.4.6)
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,376 | 5/24/2024 |
7.2.0 | 9,427 | 4/19/2023 |
7.1.0 | 192 | 4/19/2023 |
7.0.0 | 183 | 4/19/2023 |
6.0.1 | 79,703 | 2/4/2021 |
6.0.0 | 25,072 | 3/14/2020 |
5.0.0 | 9,447 | 1/11/2019 |
4.0.0 | 9,759 | 4/2/2018 |
3.0.1 | 15,057 | 1/23/2018 |
3.0.0 | 8,934 | 1/23/2018 |
2.0.5 | 35,902 | 7/12/2015 |
2.0.4 | 1,254 | 7/12/2015 |
2.0.3 | 1,430 | 4/5/2015 |
2.0.2 | 2,530 | 10/20/2014 |
2.0.1 | 1,229 | 10/20/2014 |
2.0.0 | 1,270 | 10/20/2014 |
1.1.0 | 4,044 | 10/16/2014 |
1.0.16 | 2,150 | 7/8/2014 |
1.0.15 | 1,488 | 4/18/2014 |
1.0.14 | 1,373 | 4/3/2014 |
1.0.13 | 1,326 | 4/3/2014 |
1.0.12 | 1,300 | 4/3/2014 |
1.0.11 | 1,269 | 3/6/2014 |
1.0.10 | 1,355 | 3/4/2014 |
1.0.9 | 1,333 | 2/17/2014 |
1.0.8 | 1,334 | 10/24/2013 |
1.0.7 | 1,299 | 9/5/2013 |
1.0.6 | 1,266 | 9/1/2013 |
1.0.5 | 1,328 | 8/27/2013 |
1.0.4 | 1,352 | 8/26/2013 |
1.0.3 | 1,270 | 8/26/2013 |
1.0.2 | 1,260 | 8/26/2013 |
1.0.1 | 1,257 | 8/26/2013 |
1.0.0 | 1,342 | 8/26/2013 |
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