System.Web.Mvc Namespace


.NET Framework Class Library
HttpUnauthorizedResult Class

Represents the result of an unauthorized HTTP request.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax

Visual Basic (Declaration)
Public Class HttpUnauthorizedResult _
    Inherits ActionResult
Visual Basic (Usage)
Dim instance As HttpUnauthorizedResult
C#
public class HttpUnauthorizedResult : ActionResult
Visual C++
public ref class HttpUnauthorizedResult : public ActionResult
Inheritance Hierarchy

System..::.Object
  System.Web.Mvc..::.ActionResult
    System.Web.Mvc..::.HttpUnauthorizedResult
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Tags :


Page view tracker