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
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="Constellation.Html" Version="3.0.5519.21831" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.Html --version 3.0.5519.21831
#r "nuget: Constellation.Html, 3.0.5519.21831"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 144 2/10/2015
1.7.5330.21682 126 8/5/2014
1.6.5305.21588 82 7/11/2014
1.5.5302.18522 80 7/8/2014
1.5.5254.14092 61 5/21/2014
1.5.5208.23634 81 4/5/2014
1.0.5200.18690 58 3/28/2014
1.0.5200.18114 56 3/28/2014
1.0.5189.24554 58 3/17/2014

Updated development to VS2013.