Share via


HttpNotFoundResult Constructor

Initializes a new instance of the HttpNotFoundResult class.

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

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New HttpNotFoundResult()
public HttpNotFoundResult()
public:
HttpNotFoundResult()
public function HttpNotFoundResult()

Remarks

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

See Also

Reference

HttpNotFoundResult Class

HttpNotFoundResult Overload

System.Web.Mvc Namespace