Refactor error handling. Add 404 page

This commit is contained in:
Robert Marshall 2019-04-27 22:03:50 +01:00
parent 2475d1963c
commit 647696aa92
5 changed files with 38 additions and 17 deletions

View file

@ -0,0 +1,7 @@
@model ErrorViewModel
@{
ViewData["Title"] = "404 Not Found";
}
<h1>404 Not Found - page unavailable.</h1>
This page cannot be found.