aspnetcore/src/Shared/ErrorPage
Ajay Bhargav B 7f4b846e9f
Made the encodings of .razor and .cshtml files in the repo consistent (#23502)
* Added UTF8 BOMs to .razor and .cshtml files

* Fixes and unquarantined BOM tests

* Update .editorconfig
2020-06-30 12:03:01 -07:00
..
Views
ErrorPage.Designer.cs
ErrorPageModel.cs
GeneratePage.ps1
README.md

README.md

Error Page

This folder is shared among multiple projects. The ErrorPage.Designer.cs and ErrorPageModel.cs files are used to render this view. The ErrorPage.Designer.cs file is generated by rendering src/Views/ErrorPage.cshtml using the RazorPageGenerator tool.

Making changes to ErrorPage.cshtml

  1. Clone dotnet/aspnetcore-tooling
  2. Run ./build.cmd in that repo
  3. Edit the file
  4. Run the GeneratePage script, passing in the path to the dotnet/aspnetcore-tooling repo root.
.\GeneratePage -ToolingRepoPath C:\Code\aspnet\AspNetCore-Tooling