yavsc/src/sampleWebAsWebApiClient/Views/Shared/Error.cshtml

6 lines
153 B
Text
Raw Normal View History

2019-01-01 20:14:34 +00:00
@{
ViewData["Title"] = "Error";
}
<h1 class="text-danger">Error.</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>