HttpNotFoundResult Class
Defines an object that is used to indicate that the requested resource was not found.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Web.Mvc::ActionResult
System.Web.Mvc::HttpStatusCodeResult
System.Web.Mvc::HttpNotFoundResult
| 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(Object^) | (Inherited from Object.) |
![]() | ExecuteResult(ControllerContext^) | 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


