HttpStatusCodeResult Class
Provides a way to return an action result with a specific HTTP response status code and description.
System.Object
System.Web.Mvc.ActionResult
System.Web.Mvc.HttpStatusCodeResult
System.Web.Mvc.HttpNotFoundResult
System.Web.Mvc.HttpUnauthorizedResult
System.Web.Mvc.ActionResult
System.Web.Mvc.HttpStatusCodeResult
System.Web.Mvc.HttpNotFoundResult
System.Web.Mvc.HttpUnauthorizedResult
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The HttpStatusCodeResult type exposes the following members.
| Name | 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 | (Inherited from Object.) |
|
ExecuteResult | 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.) |