WebExtras 1.5.0
See the version list below for details.
dotnet add package WebExtras --version 1.5.0
NuGet\Install-Package WebExtras -Version 1.5.0
<PackageReference Include="WebExtras" Version="1.5.0" />
paket add WebExtras --version 1.5.0
#r "nuget: WebExtras, 1.5.0"
// Install WebExtras as a Cake Addin #addin nuget:?package=WebExtras&version=1.5.0 // Install WebExtras as a Cake Tool #tool nuget:?package=WebExtras&version=1.5.0
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 | Versions 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. |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 6.0.4)
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 | 882 | 11/3/2017 |
2.1.0.15 | 10,031 | 12/22/2016 |
2.0.0.72 | 1,660 | 11/3/2016 |
2.0.0.70 | 1,079 | 10/28/2016 |
2.0.0.66 | 1,035 | 10/28/2016 |
2.0.0-pre20161103 | 1,533 | 11/3/2016 |
1.5.0 | 1,168 | 5/3/2016 |
1.4.0-Beta-1 | 958 | 5/21/2014 |
1.3.2 | 2,167 | 4/29/2014 |
1.3.1 | 1,351 | 4/14/2014 |
1.3.0.1 | 1,193 | 12/24/2013 |
1.3.0 | 1,082 | 12/24/2013 |
- Enh: Further support for jqPlot
- Enh: Added an extension to create Cancel buttons
- Enh: Added ability to create column definitions for jQuery dataTables via utility methods on AOColumn and DatatableRecords classes
- Enh: Added ability to create icon only links in Bootstrap and Gumby
- Enh: Upgrading to FontAwesome 4.1 (I know this is lagging a lot)
- Enh: Adding ability to specify a global pagination scheme for all jQuery dataTables via WebExtrasConstants
- Enh: Adding ability to create Bootstrap3 form group controls
- Enh: Adding a new datetime picker for Bootstrap3 (https://github.com/Eonasdan/bootstrap-datetimepicker)
- Enh: Adding ContainsKey extension for a NameValueCollection
- Fix: Column with no title constraint is no longer enforced if the column is hidden
- Note: RssReader is now obsolete