NotFoundMvc 1.5.0

dotnet add package NotFoundMvc --version 1.5.0
NuGet\Install-Package NotFoundMvc -Version 1.5.0
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="NotFoundMvc" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NotFoundMvc --version 1.5.0
#r "nuget: NotFoundMvc, 1.5.0"
#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 NotFoundMvc as a Cake Addin
#addin nuget:?package=NotFoundMvc&version=1.5.0

// Install NotFoundMvc as a Cake Tool
#tool nuget:?package=NotFoundMvc&version=1.5.0

Provides a user-friendly '404' page whenever a controller, action or route is not found in your ASP.NET MVC3/MVC4/MVC5 application.
     A view called NotFound is rendered instead of the default ASP.NET error page.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NotFoundMvc:

Repository Stars
andrewdavey/cassette
Manages .NET web application assets (scripts, css and templates)
Version Downloads Last updated
1.5.0 98,648 3/27/2017
1.5.0-CI00002 1,499 9/22/2016
1.4.0 18,118 12/4/2015
1.4.0-CI00006 908 10/16/2015
1.3.0 7,416 10/15/2015
1.3.0-CI00001 1,365 11/14/2014
1.2.0 49,042 5/19/2013
1.0.0 12,574 1/14/2012

v1.5: Async controller support (added by mortan)
v1.4: Improved view, don't blown up when attribute routing is enabled, hook for an action to log 404s yourself
v1.3: Play nice with Glimpse (no exception if 404 with Glimpse installed)