This repository was archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bring back HttpNotFound(string statusDescription) #842
Comments
Closed
I suggest we just make |
Create an |
We didn't do the original bug this because there's no support for statusdescription in HttpContext. It sounds like this issue is more about not-found-with-context, which wasn't on our radar for the previous cleanup. |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In MVC there is an explicit overload for HttpNotFound on controller that takes a string with the status description. That ends up generating an error page that displays the status description to the user.
Currently we don't have that overload. We should consider bringing it back as:
The text was updated successfully, but these errors were encountered: