HttpNotFoundResult 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
HttpNotFoundResult() |
Initialise une nouvelle instance de la classe HttpNotFoundResult. |
HttpNotFoundResult(String) |
Initialise une nouvelle instance de la classe à l’aide HttpNotFoundResult d’une description status. |
HttpNotFoundResult()
Initialise une nouvelle instance de la classe HttpNotFoundResult.
public HttpNotFoundResult ();
Public Sub New ()
S’applique à
HttpNotFoundResult(String)
Initialise une nouvelle instance de la classe à l’aide HttpNotFoundResult d’une description status.
public HttpNotFoundResult (string statusDescription);
new System.Web.Mvc.HttpNotFoundResult : string -> System.Web.Mvc.HttpNotFoundResult
Public Sub New (statusDescription As String)
Paramètres
- statusDescription
- String
Description de l'état.