0 out of 1 rated this helpful - Rate this topic

HttpNotFoundResult Class

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

System.Object
  System.Web.Mvc.ActionResult
    System.Web.Mvc.HttpStatusCodeResult
      System.Web.Mvc.HttpNotFoundResult

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public class HttpNotFoundResult : HttpStatusCodeResult

The HttpNotFoundResult type exposes the following members.

  Name Description
Public method HttpNotFoundResult() Initializes a new instance of the HttpNotFoundResult class.
Public method HttpNotFoundResult(String) Initializes a new instance of the HttpNotFoundResult class using a status description.
Top
  Name Description
Public property StatusCode Gets the HTTP status code. (Inherited from HttpStatusCodeResult.)
Public property StatusDescription Gets the HTTP status description. (Inherited from HttpStatusCodeResult.)
Top
  Name Description
Public method Equals (Inherited from Object.)
Public method ExecuteResult Enables processing of the result of an action method by a custom type that inherits from the ActionResult class. (Inherited from HttpStatusCodeResult.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)