WebExtras.Mvc
2.1.0.17
See the version list below for details.
dotnet add package WebExtras.Mvc --version 2.1.0.17
NuGet\Install-Package WebExtras.Mvc -Version 2.1.0.17
<PackageReference Include="WebExtras.Mvc" Version="2.1.0.17" />
paket add WebExtras.Mvc --version 2.1.0.17
#r "nuget: WebExtras.Mvc, 2.1.0.17"
// Install WebExtras.Mvc as a Cake Addin #addin nuget:?package=WebExtras.Mvc&version=2.1.0.17 // Install WebExtras.Mvc as a Cake Tool #tool nuget:?package=WebExtras.Mvc&version=2.1.0.17
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.
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
- Microsoft.AspNet.Mvc (>= 4.0.20505)
- Newtonsoft.Json (>= 8.0.3)
- WebExtras (>= 2.1.0.15)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WebExtras.Mvc:
Package | Downloads |
---|---|
WebExtras.Mvc.T4
Provides a set of MVC helper and extension methods (that depend on the T4MVC templating engine) for the popular Bootstrap, Gumby and jQuery UI CSS frameworks. Includes other MVC helpers which can be used in core MVC development as well. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0-pre20171103 | 921 | 11/3/2017 |
2.1.0.17 | 1,457 | 12/22/2016 |
2.0.0.72 | 1,699 | 11/3/2016 |
2.0.0.70 | 1,103 | 10/28/2016 |
2.0.0.66 | 1,128 | 10/28/2016 |
1.5.0 | 1,219 | 5/3/2016 |
1.4.0-Beta-1 | 1,071 | 5/21/2014 |
1.3.2 | 1,675 | 4/29/2014 |
1.3.1 | 1,395 | 4/14/2014 |
1.3.0.1 | 1,177 | 12/24/2013 |
1.3.0 | 1,156 | 12/24/2013 |
- Brk: Some of the extension methods have been moved to a different package called WebExtras.Mvc.T4. This is since not all .NET MVC project may be using T4MVC templating. This allows you to use the library without getting runtime errors if you are not using the T4MVC templating engine.