HttpUnauthorizedResult Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
HttpUnauthorizedResult() |
Initialise une nouvelle instance de la classe HttpUnauthorizedResult. |
HttpUnauthorizedResult(String) |
Initialise une nouvelle instance de la classe à l’aide HttpUnauthorizedResult de la description status. |
HttpUnauthorizedResult()
Initialise une nouvelle instance de la classe HttpUnauthorizedResult.
public HttpUnauthorizedResult ();
Public Sub New ()
S’applique à
HttpUnauthorizedResult(String)
Initialise une nouvelle instance de la classe à l’aide HttpUnauthorizedResult de la description status.
public HttpUnauthorizedResult (string statusDescription);
new System.Web.Mvc.HttpUnauthorizedResult : string -> System.Web.Mvc.HttpUnauthorizedResult
Public Sub New (statusDescription As String)
Paramètres
- statusDescription
- String
Description de l'état.