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 Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 2020-06-30 12:03:01 -07:00
ErrorPage.Designer.cs
ErrorPageModel.cs
GeneratePage.ps1 [master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630) 2020-05-15 00:17:02 +00:00
README.md aspnet/AspNetCore-Tooling -> dotnet/aspnetcore-tooling 2020-01-08 16:40:11 -08:00

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