BoC.Sitecore.Mvc
1.3.0
See the version list below for details.
dotnet add package BoC.Sitecore.Mvc --version 1.3.0
NuGet\Install-Package BoC.Sitecore.Mvc -Version 1.3.0
<PackageReference Include="BoC.Sitecore.Mvc" Version="1.3.0" />
paket add BoC.Sitecore.Mvc --version 1.3.0
#r "nuget: BoC.Sitecore.Mvc, 1.3.0"
// Install BoC.Sitecore.Mvc as a Cake Addin #addin nuget:?package=BoC.Sitecore.Mvc&version=1.3.0 // Install BoC.Sitecore.Mvc as a Cake Tool #tool nuget:?package=BoC.Sitecore.Mvc&version=1.3.0
Brings MVC actions to Sitecore
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BoC.Sitecore.Mvc:
Package | Downloads |
---|---|
BoC.Sitecore.MvcApp
Starter app to easily get started with BoC.Sitecore.Mvc |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.2 | 1,718 | 1/19/2017 |
4.1.1 | 1,146 | 10/14/2016 |
4.1.0 | 1,296 | 9/26/2016 |
4.0.9 | 1,060 | 8/29/2016 |
4.0.8 | 1,422 | 11/3/2015 |
4.0.7 | 1,231 | 9/14/2015 |
4.0.6 | 1,217 | 9/8/2015 |
4.0.5 | 1,118 | 9/8/2015 |
4.0.4 | 1,136 | 8/24/2015 |
4.0.3 | 1,447 | 7/14/2015 |
4.0.2 | 1,399 | 7/14/2015 |
4.0.1 | 1,327 | 7/14/2015 |
4.0.0 | 1,692 | 6/16/2015 |
2.4.0 | 1,459 | 4/28/2015 |
2.0.3 | 1,819 | 3/30/2015 |
2.0.2 | 1,169 | 3/25/2015 |
2.0.1 | 1,200 | 3/25/2015 |
2.0.0 | 1,338 | 3/25/2015 |
1.3.0 | 2,809 | 6/14/2012 |
1.2.0 | 2,010 | 5/26/2012 |
1.1.0 | 1,725 | 5/2/2012 |
1.0.1 | 1,623 | 3/23/2012 |
1.0.0 | 1,817 | 2/26/2012 |
- Version 1.3 even better MVC integration and fixes
- Version 1.2 much better MVC integration by using a SitecoreRoute instead of using standard routing
Also moved web.config transform to the base package, since that should happen for all projects that use boc.sitecore.mvc
- Version 1.1 uses areas and allows for all url routedata to be parsed.