MvcCodeRouting.Web.Http
0.9.2-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.2-ctp
dotnet add package MvcCodeRouting.Web.Http --version 0.9.2-ctp
<PackageReference Include="MvcCodeRouting.Web.Http" Version="0.9.2-ctp" />
paket add MvcCodeRouting.Web.Http --version 0.9.2-ctp
Release Notes
No binary changes, updated MvcCodeRouting dependency version range.
Dependencies
-
- MvcCodeRouting (>= 1.0.1 && < 1.0.10)
GitHub Usage
This package is not used by any popular GitHub repositories.