HttpUnauthorizedResult Constructor

 

Initializes a new instance of the HttpUnauthorizedResult class.

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

NameDescription
System_CAPS_pubmethodHttpUnauthorizedResult()

Initializes a new instance of the HttpUnauthorizedResult class.

System_CAPS_pubmethodHttpUnauthorizedResult(String)

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

Return to top

HttpUnauthorizedResult Constructor ()

Initializes a new instance of the HttpUnauthorizedResult class.

No code example is currently available or this language may not be supported.
Return to top

HttpUnauthorizedResult Constructor (String)

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

No code example is currently available or this language may not be supported.

Parameters

statusDescription
Type: System.String

The status description.

Return to top
Show: