HttpNotFoundResult Class
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an object that is used to indicate that the requested resource was not found.
public class HttpNotFoundResult : System.Web.Mvc.HttpStatusCodeResult
type HttpNotFoundResult = class
inherit HttpStatusCodeResult
Public Class HttpNotFoundResult
Inherits HttpStatusCodeResult
- Inheritance
Constructors
Http |
Initializes a new instance of the HttpNotFoundResult class. |
Http |
Initializes a new instance of the HttpNotFoundResult class using a status description. |
Properties
Status |
Gets the HTTP status code. (Inherited from HttpStatusCodeResult) |
Status |
Gets the HTTP status description. (Inherited from HttpStatusCodeResult) |
Methods
Execute |
Enables processing of the result of an action method by a custom type that inherits from the ActionResult class. (Inherited from HttpStatusCodeResult) |