HttpUnauthorizedResult Constructors

Definition

Overloads

HttpUnauthorizedResult()

Initializes a new instance of the HttpUnauthorizedResult class.

HttpUnauthorizedResult(String)

Initializes a new instance of the HttpUnauthorizedResult class using the status description.

HttpUnauthorizedResult()

Initializes a new instance of the HttpUnauthorizedResult class.

public HttpUnauthorizedResult ();
Public Sub New ()

Applies to

HttpUnauthorizedResult(String)

Initializes a new instance of the HttpUnauthorizedResult class using the status description.

public HttpUnauthorizedResult (string statusDescription);
new System.Web.Mvc.HttpUnauthorizedResult : string -> System.Web.Mvc.HttpUnauthorizedResult
Public Sub New (statusDescription As String)

Parameters

statusDescription
String

The status description.

Applies to