Metadata >> NuGet >> Spark.Html

Spark.Html

Metadata

Authors Richard J. Cabral
Copyrights Copyright 2013
Description Spark.Html contains a number of 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()) { } 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.
Owners Richard J. Cabral
ProjectUrl https://github.com/sitecorerick/diamond
ReleaseNotes Formally released to GitHub
RequireLicenseAcceptance False
Summary A .NET library to increase the utility and efficiency of HtmlTextWriter
Tags Sitecore
Title Spark.Html
PackageSize 39570
PackageHashAlgorithm SHA512
PackageHash +YDzFXxvFNm+hxq4ht+0G89wtT20sv9hra/C7rP/GP4rDAxXQVXpTMMfier1tc/DDA4R0CjHhNb6LxNwkgGAGQ==
DownloadCount 000000
CreatedDate 2014-01-28T16:49:46

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Spark.Html -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Spark.Html -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Spark.Html
Installing the package (HTTP Basic authentication):
Install-Package Spark.Html -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Spark.Html -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Spark.Html

OpenWrap

Installing the package:
o add-wrap Spark.Html
Uninstalling the package:
o remove-wrap Spark.Html

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.5141.21250