HttpNotFoundResult Class
Defines an object that is used to indicate that the requested resource was not found.
System::Object
System.Web.Mvc::ActionResult
System.Web.Mvc::HttpStatusCodeResult
System.Web.Mvc::HttpNotFoundResult
System.Web.Mvc::ActionResult
System.Web.Mvc::HttpStatusCodeResult
System.Web.Mvc::HttpNotFoundResult
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The HttpNotFoundResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HttpNotFoundResult() | Initializes a new instance of the HttpNotFoundResult class. |
![]() | HttpNotFoundResult(String) | Initializes a new instance of the HttpNotFoundResult class using a status description. |
| Name | Description | |
|---|---|---|
![]() | StatusCode | Gets the HTTP status code. (Inherited from HttpStatusCodeResult.) |
![]() | StatusDescription | Gets the HTTP status description. (Inherited from HttpStatusCodeResult.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExecuteResult | Enables processing of the result of an action method by a custom type that inherits from the ActionResult class. (Inherited from HttpStatusCodeResult.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
.gif?cs-save-lang=1&cs-lang=cpp)
.gif?cs-save-lang=1&cs-lang=cpp)
.gif?cs-save-lang=1&cs-lang=cpp)