Sign in Sign up
nuget

Constellation.Html

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.

nuget View on Nuget

Activity

Latest release
12y ago
Total releases
7
Cadence
~9 days
Last 12 months
0

Details

First release
Mar 17, 2014
Releases
Version Released
1.6.5305.21588 minor
1.5.5302.18522 patch
1.5.5254.14092 patch
1.5.5208.23634 minor
1.0.5200.18690 patch
1.0.5200.18114 patch
1.0.5189.24554 initial