Constellation.Html
3.0.5519.21831
dotnet add package Constellation.Html --version 3.0.5519.21831
NuGet\Install-Package Constellation.Html -Version 3.0.5519.21831
<PackageReference Include="Constellation.Html" Version="3.0.5519.21831" />
paket add Constellation.Html --version 3.0.5519.21831
#r "nuget: Constellation.Html, 3.0.5519.21831"
// Install Constellation.Html as a Cake Addin #addin nuget:?package=Constellation.Html&version=3.0.5519.21831 // Install Constellation.Html as a Cake Tool #tool nuget:?package=Constellation.Html&version=3.0.5519.21831
Constellation.Html contains two useful features:
1. Extension methods for HtmlTextWriter. - Internally these methods use an IDisposable pattern to encapsulate the rather cumbersome code for adding attributes, rendering the begin tag, and rendering the end tag.
The extension methods should generally be called as part of a "using" statement. ex: using (writer.RenderDiv()) { }
2. A dynamic wrapper for HtmlTextWriter that allows for very expressive and flexible HTML output writing within C#
The result is C# code for rendering HTML that is very easy to read, fully supports the ASP.NET browser capabilities feature, and is flexible enough to handle new tags invented in the future.
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. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.5519.21831 | 145 | 2/10/2015 |
1.7.5330.21682 | 128 | 8/5/2014 |
1.6.5305.21588 | 84 | 7/11/2014 |
1.5.5302.18522 | 82 | 7/8/2014 |
1.5.5254.14092 | 63 | 5/21/2014 |
1.5.5208.23634 | 83 | 4/5/2014 |
1.0.5200.18690 | 59 | 3/28/2014 |
1.0.5200.18114 | 58 | 3/28/2014 |
1.0.5189.24554 | 60 | 3/17/2014 |
Updated development to VS2013.