WebExtras.Mvc
2.1.0.17
See the version list below for details.
Install-Package WebExtras.Mvc -Version 2.1.0.17
dotnet add 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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.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.
- 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.