HttpNotFoundResult Constructors

Definition

Overloads

HttpNotFoundResult()

Initializes a new instance of the HttpNotFoundResult class.

HttpNotFoundResult(String)

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

HttpNotFoundResult()

Initializes a new instance of the HttpNotFoundResult class.

public HttpNotFoundResult ();
Public Sub New ()

Applies to

HttpNotFoundResult(String)

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

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

Parameters

statusDescription
String

The status description.

Applies to