HttpStatusCodeResult Class
Provides a way to return an action result with a specific HTTP response status code and description.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Web.Mvc::ActionResult
System.Web.Mvc::HttpStatusCodeResult
System.Web.Mvc::HttpNotFoundResult
System.Web.Mvc::HttpUnauthorizedResult
| Name | Description | |
|---|---|---|
![]() | HttpStatusCodeResult(HttpStatusCode) | Initializes a new instance of the HttpStatusCodeResult class using a status code. |
![]() | HttpStatusCodeResult(HttpStatusCode, String^) | Initializes a new instance of the HttpStatusCodeResult class using a status code and status description. |
![]() | HttpStatusCodeResult(Int32) | Initializes a new instance of the HttpStatusCodeResult class using a status code. |
![]() | HttpStatusCodeResult(Int32, String^) | Initializes a new instance of the HttpStatusCodeResult class using a status code and status description. |
| Name | Description | |
|---|---|---|
![]() | StatusCode | Gets the HTTP status code. |
![]() | StatusDescription | Gets the HTTP status description. |
| 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.(Overrides ActionResult::ExecuteResult(ControllerContext^).) |
![]() | 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.


