aspnetcore/samples/IdentitySample.Mvc/Views/Shared/Error.cshtml

8 lines
277 B
Plaintext

@{
//TODO: Until we have a way to specify the layout page at application level.
Layout = "/Views/Shared/_Layout.cshtml";
ViewBag.Title = "Error";
}
<h1 class="text-danger">Error.</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>