aspnetcore/samples/InlineConstraintSample.Web/Views/Shared/Error.cshtml

7 lines
156 B
Plaintext

@{
Layout = "/Views/Shared/_Layout.cshtml";
ViewBag.Title = "Error";
}
<h1>Error.</h1>
<h2>An error occurred while processing your request.</h2>