NotFoundMvc 1.4.0-CI00006

This is a prerelease version of NotFoundMvc.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NotFoundMvc --version 1.4.0-CI00006
                    
NuGet\Install-Package NotFoundMvc -Version 1.4.0-CI00006
                    
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.4.0-CI00006" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NotFoundMvc" Version="1.4.0-CI00006" />
                    
Directory.Packages.props
<PackageReference Include="NotFoundMvc" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NotFoundMvc --version 1.4.0-CI00006
                    
#r "nuget: NotFoundMvc, 1.4.0-CI00006"
                    
#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.
#addin nuget:?package=NotFoundMvc&version=1.4.0-CI00006&prerelease
                    
Install NotFoundMvc as a Cake Addin
#tool nuget:?package=NotFoundMvc&version=1.4.0-CI00006&prerelease
                    
Install NotFoundMvc as a Cake Tool

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 123,555 3/27/2017
1.5.0-CI00002 1,599 9/22/2016
1.4.0 18,651 12/4/2015
1.4.0-CI00006 1,008 10/16/2015
1.3.0 8,959 10/15/2015
1.3.0-CI00001 1,507 11/14/2014
1.2.0 56,432 5/19/2013
1.0.0 14,010 1/14/2012

v1.3: Play nice with Glimpse (no exception if 404 with Glimpse installed)
v1.4: Improved view