aspnetcore/samples
Praburaj f243244972 Adding ability to turn off the status code pages
Added a feature named IStatusCodeFeature with an enabled property. MVC or any framework can get this feature and turn it off if
it does not want status code pages logic to take over and send HTML response.

Also refactored the sample flow to make it easier to understand.
2015-02-12 11:09:47 -08:00
..
ErrorHandlerSample
ErrorPageSample
RuntimeInfoPageSample
StatusCodePagesSample Adding ability to turn off the status code pages 2015-02-12 11:09:47 -08:00
WelcomePageSample