Controller.HttpNotFound Method (String)
Returns an instance of the HttpNotFoundResult class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract HttpNotFound : statusDescription:string -> HttpNotFoundResult override HttpNotFound : statusDescription:string -> HttpNotFoundResult
Parameters
- statusDescription
- Type: System.String
The status description.
Show: