HTML Endpoints
Status code 409
Return the status code 409 using a StatusCodeResult
StatusCodePagesMiddleware
that has been configured for UI routes
Throw a exception
Throw a NotImplementedException
ExceptionHandlerMiddleware
or DeveloperExceptionPageMiddleware
that has been configured for UI routes
Missing View template
Cause the MVC framework to generate an exception due whilst execting an action
This will trigger a response from theExceptionHandlerMiddleware
or DeveloperExceptionPageMiddleware
that has been configured for UI routes
Missing Action
Cause the MVC framework to generate an exception before an action has been selected
This will trigger a response from theStatusCodePagesMiddleware
that has been configured for UI routes