4 references to UseStatusCodePages
Certificate.Sample (1)
Startup.cs (1)
45
app.
UseStatusCodePages
();
Microsoft.AspNetCore.Diagnostics.Tests (1)
StatusCodeMiddlewareTest.cs (1)
292
app.
UseStatusCodePages
();
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2784
nested.
UseStatusCodePages
();
StatusCodePagesSample (1)
Startup.cs (1)
22
app.
UseStatusCodePages
(); // There is a default response but any of the following can be used to change the behavior.