From a83b518a7a16d93f207bab8ec5c54c14c9493e23 Mon Sep 17 00:00:00 2001 From: transtrike Date: Sun, 20 Dec 2020 10:44:58 +0200 Subject: Removed Razor, added Angular --- src/DevHive.Blazor/Pages/Error.cshtml | 42 ----------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 src/DevHive.Blazor/Pages/Error.cshtml (limited to 'src/DevHive.Blazor/Pages/Error.cshtml') diff --git a/src/DevHive.Blazor/Pages/Error.cshtml b/src/DevHive.Blazor/Pages/Error.cshtml deleted file mode 100644 index 9e1d3fa..0000000 --- a/src/DevHive.Blazor/Pages/Error.cshtml +++ /dev/null @@ -1,42 +0,0 @@ -@page -@model DevHive.Blazor.Pages.ErrorModel - - - - - - - - Error - - - - - -
-
-

Error.

-

An error occurred while processing your request.

- - @if (Model.ShowRequestId) - { -

- Request ID: @Model.RequestId -

- } - -

Development Mode

-

- Swapping to the Development environment displays detailed information about the error that occurred. -

-

- The Development environment shouldn't be enabled for deployed applications. - It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development - and restarting the app. -

-
-
- - - -- cgit v1.2.3