.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)
Visual Basic (Declaration)
Public Class HttpUnauthorizedResult _
Inherits ActionResult
Dim instance As HttpUnauthorizedResult
public class HttpUnauthorizedResult : ActionResult
public ref class HttpUnauthorizedResult : public ActionResult
System..::.Object
System.Web.Mvc..::.ActionResult
System.Web.Mvc..::.HttpUnauthorizedResult
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference