* Added UTF8 BOMs to .razor and .cshtml files * Fixes and unquarantined BOM tests * Update .editorconfig |
||
|---|---|---|
| .. | ||
| 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
- Clone dotnet/aspnetcore-tooling
- Run
./build.cmdin that repo - Edit the file
- Run the
GeneratePagescript, passing in the path to thedotnet/aspnetcore-toolingrepo root.
.\GeneratePage -ToolingRepoPath C:\Code\aspnet\AspNetCore-Tooling