Table of Contents

Class HttpNotFoundResult

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Defines an object that is used to indicate that the requested resource was not found.

public class HttpNotFoundResult : HttpStatusCodeResult
Inheritance
HttpNotFoundResult
Inherited Members

Constructors

HttpNotFoundResult()

Initializes a new instance of the HttpNotFoundResult class.

public HttpNotFoundResult()

HttpNotFoundResult(string)

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

public HttpNotFoundResult(string statusDescription)

Parameters

statusDescription string

The status description.