Boilerplate.Web.Mvc6
1.2.1
See the version list below for details.
dotnet add package Boilerplate.Web.Mvc6 --version 1.2.1
NuGet\Install-Package Boilerplate.Web.Mvc6 -Version 1.2.1
<PackageReference Include="Boilerplate.Web.Mvc6" Version="1.2.1" />
paket add Boilerplate.Web.Mvc6 --version 1.2.1
#r "nuget: Boilerplate.Web.Mvc6, 1.2.1"
// Install Boilerplate.Web.Mvc6 as a Cake Addin #addin nuget:?package=Boilerplate.Web.Mvc6&version=1.2.1 // Install Boilerplate.Web.Mvc6 as a Cake Tool #tool nuget:?package=Boilerplate.Web.Mvc6&version=1.2.1
Provides boilerplate framework code for an ASP.NET MVC project. ASP.NET MVC Boilerplate is a professional template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft. You can download the ASP.NET MVC Boilerplate project template on the Visual Studio Gallery or download the code on GitHub.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
DNX | dnx451 is compatible. |
DNXCore | dnxcore50 is compatible. |
-
DNX 4.5.1
- Microsoft.AspNet.Diagnostics (>= 1.0.0-beta7)
- Microsoft.AspNet.Mvc.ViewFeatures (>= 6.0.0-beta7)
- Microsoft.AspNet.Razor.Runtime (>= 4.0.0-beta7)
-
DNXCore 5.0
- Microsoft.AspNet.Diagnostics (>= 1.0.0-beta7)
- Microsoft.AspNet.Mvc.ViewFeatures (>= 6.0.0-beta7)
- Microsoft.AspNet.Razor.Runtime (>= 4.0.0-beta7)
- Microsoft.CSharp (>= 4.0.1-beta-23225)
- System.Collections (>= 4.0.11-beta-23225)
- System.Linq (>= 4.0.1-beta-23225)
- System.Threading (>= 4.0.11-beta-23225)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-rc1-final-8 | 3,640 | 3/6/2016 |
2.0.0-rc1-final-7 | 1,267 | 2/28/2016 |
2.0.0-rc1-final-6 | 1,210 | 2/27/2016 |
2.0.0-rc1-final-5 | 1,879 | 1/7/2016 |
2.0.0-rc1-final-4 | 975 | 1/7/2016 |
2.0.0-rc1-final-3 | 1,897 | 11/21/2015 |
2.0.0-rc1-final-2 | 984 | 11/21/2015 |
2.0.0-rc1-final-12 | 1,175 | 5/16/2016 |
2.0.0-rc1-final-10 | 1,342 | 4/14/2016 |
2.0.0-rc1-final-1 | 1,037 | 11/21/2015 |
2.0.0-beta8-1 | 1,207 | 11/8/2015 |
2.0.0-beta8 | 1,173 | 10/19/2015 |
1.2.6 | 6,585 | 10/3/2015 |
1.2.5 | 1,716 | 9/26/2015 |
1.2.4 | 1,334 | 9/26/2015 |
1.2.3 | 1,323 | 9/26/2015 |
1.2.2 | 1,333 | 9/26/2015 |
1.2.1 | 1,330 | 9/25/2015 |
1.2.0 | 1,554 | 9/5/2015 |
1.1.0 | 1,276 | 8/29/2015 |
1.0.11 | 1,407 | 8/16/2015 |
1.0.10 | 1,474 | 8/2/2015 |
1.0.9 | 1,448 | 8/2/2015 |
1.0.8 | 1,838 | 7/23/2015 |
1.0.7 | 1,590 | 7/22/2015 |
1.0.6 | 1,308 | 7/22/2015 |
1.0.5 | 1,495 | 7/17/2015 |
1.0.4 | 1,383 | 7/15/2015 |
1.0.3 | 1,205 | 7/11/2015 |
1.0.2 | 1,236 | 7/1/2015 |
1.0.1 | 1,247 | 6/30/2015 |
1.0.0 | 1,274 | 6/30/2015 |
RedirectToCanonicalUrlAttribute fix for AppendTrailingSlash=false. OpenGraphMedia fixed to support HTTP schemes. It was using the HTTP port for the HTTPS URL. The Twitter and Open Graph HTML helpers are now also tag helpers and can be used as such. The Twitter and Open Graph HTML helpers have been moved to the Boilerplate.Web.Mvc.TagHelpers namespace.