ASP.NET MVC3 includes 3 new “ActionResult” Types. HttpNotFoundResult RedirectResult HttpStatusCodeResult HttpNotFoundResult: Instance of HttpNotFoundResult class indicates to client(browser) that the requested resource was not found. It returns a 404 HTTP…
25