HttpNotFoundResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HttpNotFoundResult() |
Initializes a new instance of the HttpNotFoundResult class. |
HttpNotFoundResult(String) |
Initializes a new instance of the HttpNotFoundResult class using a status description. |
HttpNotFoundResult()
Initializes a new instance of the HttpNotFoundResult class.
public HttpNotFoundResult ();
Public Sub New ()
Applies to
HttpNotFoundResult(String)
Initializes a new instance of the HttpNotFoundResult class using a status description.
public HttpNotFoundResult (string statusDescription);
new System.Web.Mvc.HttpNotFoundResult : string -> System.Web.Mvc.HttpNotFoundResult
Public Sub New (statusDescription As String)
Parameters
- statusDescription
- String
The status description.