File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Web.ProjectTemplates/content
BlazorServerWeb-CSharp/Pages
ComponentsWebAssembly-CSharp/Server/Pages
RazorPagesWeb-CSharp/Pages
StarterWeb-CSharp/Views/Shared
StarterWeb-FSharp/Views/Shared
Web.Spa.ProjectTemplates/content Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 <h1 class =" text-danger" >Error.</h1 >
1919 <h2 class =" text-danger" >An error occurred while processing your request.</h2 >
2020
21- @if (Model ? .ShowRequestId == true )
21+ @if (Model ? .ShowRequestId ?? false )
2222 {
2323 <p >
2424 <strong >Request ID : </strong > <code >@Model.RequestId </code >
Original file line number Diff line number Diff line change 1818 <h1 class =" text-danger" >Error.</h1 >
1919 <h2 class =" text-danger" >An error occurred while processing your request.</h2 >
2020
21- @if (Model ? .ShowRequestId == true )
21+ @if (Model ? .ShowRequestId ?? false )
2222 {
2323 <p >
2424 <strong >Request ID : </strong > <code >@Model.RequestId </code >
Original file line number Diff line number Diff line change 77<h1 class =" text-danger" >Error.</h1 >
88<h2 class =" text-danger" >An error occurred while processing your request.</h2 >
99
10- @if (Model ? .ShowRequestId == true )
10+ @if (Model ? .ShowRequestId ?? false )
1111{
1212 <p >
1313 <strong >Request ID : </strong > <code >@Model.RequestId </code >
Original file line number Diff line number Diff line change 66<h1 class =" text-danger" >Error.</h1 >
77<h2 class =" text-danger" >An error occurred while processing your request.</h2 >
88
9- @if (Model ? .ShowRequestId == true )
9+ @if (Model ? .ShowRequestId ?? false )
1010{
1111 <p >
1212 <strong >Request ID : </strong > <code >@Model.RequestId </code >
Original file line number Diff line number Diff line change 77<h1 class =" text-danger" >Error.</h1 >
88<h2 class =" text-danger" >An error occurred while processing your request.</h2 >
99
10- @if (Model ? .ShowRequestId == true )
10+ @if (Model ? .ShowRequestId ?? false )
1111{
1212 <p >
1313 <strong >Request ID : </strong > <code >@Model.RequestId </code >
Original file line number Diff line number Diff line change 77<h1 class =" text-danger" >Error.</h1 >
88<h2 class =" text-danger" >An error occurred while processing your request.</h2 >
99
10- @if (Model ? .ShowRequestId == true )
10+ @if (Model ? .ShowRequestId ?? false )
1111{
1212 <p >
1313 <strong >Request ID : </strong > <code >@Model.RequestId </code >
Original file line number Diff line number Diff line change 77<h1 class =" text-danger" >Error.</h1 >
88<h2 class =" text-danger" >An error occurred while processing your request.</h2 >
99
10- @if (Model ? .ShowRequestId == true )
10+ @if (Model ? .ShowRequestId ?? false )
1111{
1212 <p >
1313 <strong >Request ID : </strong > <code >@Model.RequestId </code >
You can’t perform that action at this time.
0 commit comments