WebExtras 2.0.0.66

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebExtras --version 2.0.0.66
NuGet\Install-Package WebExtras -Version 2.0.0.66
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="2.0.0.66" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebExtras --version 2.0.0.66
#r "nuget: WebExtras, 2.0.0.66"
#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=2.0.0.66

// Install WebExtras as a Cake Tool
#tool nuget:?package=WebExtras&version=2.0.0.66

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 860 11/3/2017
2.1.0.15 8,131 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,516 11/3/2016
1.5.0 1,147 5/3/2016
1.4.0-Beta-1 947 5/21/2014
1.3.2 2,148 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

The project is now licensed under Apache License v2.0
       
A major namespace shuffle has taken place for the entire library. While all the old functionality is still available, you will have to update your USING statements accordingly. Both WebExtras.Mvc and WebExtras.Nancy libraries now depend on WebExtras library and as such you must add this library to your project

- Enh: BootstrapConstants => BootstrapSettings
- Enh: Added ability to specify an external string value decider via WebExtrasSettings.AddStringValueDecider(...)
- Enh: WebExtrasConstants => WebExtrasSettings, since that's what they are...settings
- Enh: Adding IHtmlRenderer.PreRender to be able to hook into the rendering pipeline just before the compose phase starts
- Enh: GetStringValue extension method now return the enum value if a IStringValueDecider is not associated with the enum rather than throwing an exception
- Enh: A form component can now have it's value set via IFormComponent.SetValue(...)
- Enh: jQuery dataTables bindings now support adding of plugin options via DatatableSettings.Plugins property. Buttons and ColVis plugins are supported out-of-the-box