aspnetcore/samples/MusicStore/Pages/PageThatThrows.cshtml

3 lines
50 B
Plaintext

@page
@{ throw new InvalidOperationException(); }