Info
Version: | 1.6.5305.21588 |
Author(s): | Maziar Rezaei |
Last Update: | Friday, July 11, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sitecorerick/constellation.html |
NuGet Url: | https://www.nuget.org/packages/Constellation.Html |
Install
Install-Package Constellation.Html
dotnet add package Constellation.Html
paket add Constellation.Html
Constellation.Html Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
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.