MvcCodeRouting 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvcCodeRouting --version 1.0.2
NuGet\Install-Package MvcCodeRouting -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvcCodeRouting" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvcCodeRouting --version 1.0.2
#r "nuget: MvcCodeRouting, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MvcCodeRouting as a Cake Addin
#addin nuget:?package=MvcCodeRouting&version=1.0.2

// Install MvcCodeRouting as a Cake Tool
#tool nuget:?package=MvcCodeRouting&version=1.0.2

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 Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on MvcCodeRouting:

Package Downloads
MvcCodeRouting.Web.Http

ASP.NET Web API support for MvcCodeRouting. For System.Web hosting install the MvcCodeRouting.Web.Http.WebHost package.

SimpleSyndicate.Mvc

Common functionality for ASP.Net MVC applications - configuration, generic controller, generic repository, generic version history controller, access denied attribute, account management.

Eleflex.WebClient

This package installs the Eleflex.WebClient component. It hosts an ELELEX web client application that communicates with an ELEFLEX web server application using services. This package is intended to be installed on an ASP.NET Web Application (Empty Template) project. ELEFLEX is a platform for building modular, domain-driven, service-oriented applications and services.

MvcAccount

Authentication and account management plugin for ASP.NET MVC. MvcAccount is a substitute for MembershipProvider designed for ASP.NET MVC, that provides more features and the ability to store username/password and other related data in your own database. See https://github.com/maxtoroq/MvcAccount/wiki/Installation-Instructions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 200,515 10/9/2014
1.2.0 14,168 1/7/2014
1.1.1 2,996 11/18/2013
1.1.0 56,249 3/28/2013
1.0.2 1,799 11/18/2012
1.0.1 1,831 10/14/2012
1.0.0 1,404 9/22/2012
0.9.8 1,856 6/10/2012
0.9.7 1,430 5/12/2012
0.9.6 1,451 4/10/2012
0.9.5 1,451 3/5/2012
0.9.4 1,985 1/9/2012
0.9.3 1,494 12/23/2011
0.9.2 1,521 11/15/2011
0.9.1 1,716 9/26/2011
0.9.0 1,651 5/28/2011
0.8.3 1,766 4/28/2011
0.8.2 1,801 3/17/2011
0.8.1.487 1,937 2/22/2011

- Support for loading views embedded in satellite assemblies
        - Fixed #1148: RouteDebugHandler fails if RouteTable has Route with null DataTokens