MvcCodeRouting.Web.Http
0.9.3-ctp
See the version list below for details.
dotnet add package MvcCodeRouting.Web.Http --version 0.9.3-ctp
NuGet\Install-Package MvcCodeRouting.Web.Http -Version 0.9.3-ctp
<PackageReference Include="MvcCodeRouting.Web.Http" Version="0.9.3-ctp" />
paket add MvcCodeRouting.Web.Http --version 0.9.3-ctp
#r "nuget: MvcCodeRouting.Web.Http, 0.9.3-ctp"
// Install MvcCodeRouting.Web.Http as a Cake Addin #addin nuget:?package=MvcCodeRouting.Web.Http&version=0.9.3-ctp&prerelease // Install MvcCodeRouting.Web.Http as a Cake Tool #tool nuget:?package=MvcCodeRouting.Web.Http&version=0.9.3-ctp&prerelease
MvcCodeRouting for ASP.NET MVC analyzes your controllers and actions and automatically creates the best possible routes for them.
Organize your controllers and views using namespaces (no more areas) that can go as deep as you want.
Includes support for hierarchical (a.k.a. RESTful) and also user-defined custom routes (using an attribute).
It also supports embedded views (as assembly resources) that can be individually overridden by file views.
MvcCodeRouting is a single unified solution that provides namespace-aware automatic route creation, URL generation and views location.
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. |
-
- MvcCodeRouting (>= 1.1.0 && < 1.1.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MvcCodeRouting.Web.Http:
Package | Downloads |
---|---|
MvcCodeRouting.Web.Http.WebHost
ASP.NET Web API support for MvcCodeRouting. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Requires MvcCodeRouting v1.1.0
- Fix: Web.Http.FromRoute attribute does not bind when using a custom name
- Changed Web.Http MapCodeRoutes to extend HttpConfiguration instead of HttpRouteCollection. Calling CodeRoutingSettings.HttpConfiguration() is no longer needed, that method is now internal.