Freigeben über


HttpNotFoundResult Konstruktoren

Definition

Überlädt

HttpNotFoundResult()

Initialisiert eine neue Instanz der HttpNotFoundResult-Klasse.

HttpNotFoundResult(String)

Initialisiert eine neue instance der HttpNotFoundResult -Klasse mithilfe einer status Beschreibung.

HttpNotFoundResult()

Initialisiert eine neue Instanz der HttpNotFoundResult-Klasse.

public HttpNotFoundResult();
Public Sub New ()

Gilt für:

HttpNotFoundResult(String)

Initialisiert eine neue instance der HttpNotFoundResult -Klasse mithilfe einer status Beschreibung.

public HttpNotFoundResult(string statusDescription);
new System.Web.Mvc.HttpNotFoundResult : string -> System.Web.Mvc.HttpNotFoundResult
Public Sub New (statusDescription As String)

Parameter

statusDescription
String

Die Statusbeschreibung.

Gilt für: