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