Spark.Html 1.0.5141.21250

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Spark.Html --version 1.0.5141.21250
NuGet\Install-Package Spark.Html -Version 1.0.5141.21250
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="Spark.Html" Version="1.0.5141.21250" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spark.Html --version 1.0.5141.21250
#r "nuget: Spark.Html, 1.0.5141.21250"
#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 Spark.Html as a Cake Addin
#addin nuget:?package=Spark.Html&version=1.0.5141.21250

// Install Spark.Html as a Cake Tool
#tool nuget:?package=Spark.Html&version=1.0.5141.21250

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.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Formally released to GitHub