1. Added HttpNotFound() to Controller. 2. Updated HttpStatusCodeResult to expose the StatusCode as a property. 3. Added unit tests for HttpNotFound() and for HttpStatusCodeResult. 4. Updated the MvcSample to add an action that uses HttpNotFound(). 5. Brought back HttpNotFoundResult and added unit tests for it. |
||
|---|---|---|
| .. | ||
| ChallengeResultTest.cs | ||
| HttpNotFoundResultTests.cs | ||
| HttpStatusCodeResultTests.cs | ||
| ObjectContentResultTests.cs | ||
| RedirectResultTest.cs | ||
| RedirectToActionResultTest.cs | ||
| RedirectToRouteResultTest.cs | ||