HttpStatusCodeResult Constructor (Int32, String)
Initializes a new instance of the HttpStatusCodeResult class using a status code and status description.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- statusCode
- Type: System.Int32
The status code.
- statusDescription
- Type: System.String
The status description.
Show: