HttpUnauthorizedResult Constructor (String)

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

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

public:
HttpUnauthorizedResult(
	String^ statusDescription
)

Parameters

statusDescription
Type: System::String

The status description.

Show: