WebExtras.Mvc 2.1.0.17

There is a newer prerelease version of this package available.
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
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.Mvc" Version="2.1.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebExtras.Mvc --version 2.1.0.17
#r "nuget: WebExtras.Mvc, 2.1.0.17"
#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.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 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 (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 884 11/3/2017
2.1.0.17 1,410 12/22/2016
2.0.0.72 1,660 11/3/2016
2.0.0.70 1,071 10/28/2016
2.0.0.66 1,102 10/28/2016
1.5.0 1,184 5/3/2016
1.4.0-Beta-1 1,042 5/21/2014
1.3.2 1,640 4/29/2014
1.3.1 1,362 4/14/2014
1.3.0.1 1,140 12/24/2013
1.3.0 1,124 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.