WebExtras 3.0.0-pre20171103

This is a prerelease version of WebExtras.
dotnet add package WebExtras --version 3.0.0-pre20171103
NuGet\Install-Package WebExtras -Version 3.0.0-pre20171103
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="WebExtras" Version="3.0.0-pre20171103" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebExtras --version 3.0.0-pre20171103
#r "nuget: WebExtras, 3.0.0-pre20171103"
#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 WebExtras as a Cake Addin
#addin nuget:?package=WebExtras&version=3.0.0-pre20171103&prerelease

// Install WebExtras as a Cake Tool
#tool nuget:?package=WebExtras&version=3.0.0-pre20171103&prerelease

A set of .NET extensions for jQuery dataTables, jQuery Flot and jqPlot so that you can create the objects in C# and then JSON serialize them to the Web Forms or ASP.Net MVC views.

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on WebExtras:

Package Downloads
WebExtras.Mvc

Provides a set of MVC helper and extension methods for the popular Bootstrap, Gumby and jQuery UI CSS frameworks. Includes other MVC helpers which can be used in core MVC development as well.

WebExtras.Nancy

Provides a set of extensions for the popular NancyFx web framework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-pre20171103 854 11/3/2017
2.1.0.15 8,038 12/22/2016
2.0.0.72 1,641 11/3/2016
2.0.0.70 1,060 10/28/2016
2.0.0.66 1,019 10/28/2016
2.0.0-pre20161103 1,514 11/3/2016
1.5.0 1,147 5/3/2016
1.4.0-Beta-1 947 5/21/2014
1.3.2 2,146 4/29/2014
1.3.1 1,333 4/14/2014
1.3.0.1 1,173 12/24/2013
1.3.0 1,063 12/24/2013

- Enh: IHtmlComponent is now the main interfaces off which all HTML components hang off.
- Enh: Major rewrite of all HTML components with new interfaces.
- Brk: Many of the HTML components like DIV, LABEL, SPAN have been moved to WebExtras library and dropped from WebExtras.Mvc library.
- Brk: IExtendedHtmlString renamed to IExtendedHtmlStringLegacy. This interface will eventually be dropped.