0 out of 6 rated this helpful - Rate this topic

Controller.HttpNotFound Method

Returns an instance of the HttpNotFoundResult class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration
Protected Friend Function HttpNotFound As HttpNotFoundResult
'Usage
Dim returnValue As HttpNotFoundResult

returnValue = Me.HttpNotFound()

Return Value

Type: System.Web.Mvc.HttpNotFoundResult
An instance of the HttpNotFoundResult class.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.