HttpUnauthorizedResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.