MvcCodeRouting.Web.Http
0.9.3-ctp
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.
See the version list below for details.
Install-Package MvcCodeRouting.Web.Http -Version 0.9.3-ctp
dotnet add 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
Release Notes
- 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.
Dependencies
-
- MvcCodeRouting (>= 1.1.0 && < 1.1.10)
GitHub Usage
This package is not used by any popular GitHub repositories.