Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 803 Bytes

File metadata and controls

8 lines (8 loc) · 803 Bytes

Blazor Wasm display unhandled exception on screen.

Usually when an error occurs We'll have to look at the console but in the following ways can be viewed from that screen directly. No yellow bar anymore.



Please see the MainLayout.razor and apply to your project.

Credit: this project base on Blazor-GlobalExceptionHandling