HttpNotFoundResult Constructor

 

Initializes a new instance of the HttpNotFoundResult class.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodHttpNotFoundResult()

Initializes a new instance of the HttpNotFoundResult class.

System_CAPS_pubmethodHttpNotFoundResult(String)

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

A Visual Studio project with source code is available to accompany this topic: Download.

Return to top

HttpNotFoundResult Constructor ()

Initializes a new instance of the HttpNotFoundResult class.

No code example is currently available or this language may not be supported.

A Visual Studio project with source code is available to accompany this topic: Download.

Return to top

HttpNotFoundResult Constructor (String)

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

No code example is currently available or this language may not be supported.

Parameters

statusDescription
Type: System.String

The status description.

A Visual Studio project with source code is available to accompany this topic: Download.

Return to top
Show: