Class HttpNotFoundResult
Defines an object that is used to indicate that the requested resource was not found.
public class HttpNotFoundResult : HttpStatusCodeResult
- Inheritance
-
HttpNotFoundResult
- Inherited Members
Constructors
HttpNotFoundResult()
Initializes a new instance of the HttpNotFoundResult class.
public HttpNotFoundResult()
HttpNotFoundResult(string)
Initializes a new instance of the HttpNotFoundResult class using a status description.
public HttpNotFoundResult(string statusDescription)
Parameters
statusDescription
stringThe status description.