HttpUnauthorizedResult Class
Represents the result of an unauthorized HTTP request.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Web.Mvc.ActionResult
System.Web.Mvc.HttpStatusCodeResult
System.Web.Mvc.HttpUnauthorizedResult
| Name | Description | |
|---|---|---|
![]() | HttpUnauthorizedResult() | Initializes a new instance of the HttpUnauthorizedResult class. |
![]() | HttpUnauthorizedResult(String) | Initializes a new instance of the HttpUnauthorizedResult class using the 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.


