NotFoundMvc 1.5.0
.NET Framework 4.0
Install-Package NotFoundMvc -Version 1.5.0
dotnet add package NotFoundMvc --version 1.5.0
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NotFoundMvc, 1.5.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.Mvc (>= 3.0.20105.1)
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 | 70,943 | 3/27/2017 |
1.5.0-CI00002 | 1,357 | 9/22/2016 |
1.4.0 | 17,086 | 12/4/2015 |
1.4.0-CI00006 | 801 | 10/16/2015 |
1.3.0 | 5,380 | 10/15/2015 |
1.3.0-CI00001 | 1,232 | 11/14/2014 |
1.2.0 | 39,573 | 5/19/2013 |
1.0.0 | 10,223 | 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)