aspnetcore/src/Shared/ErrorPage/README.md

506 B

Error Page

Multiple projects share this folder. The ErrorPage.Designer.cs and ErrorPageModel.cs files render this shared view. The RazorPageGenerator tool generates the ErrorPage.Designer.cs file from Views/ErrorPage.cshtml.

Making changes to ErrorPage.cshtml

  1. Edit the Views/ErrorPage.cshtml file.
  2. Run the GeneratePage script.
.\GeneratePage.ps1