ControllerProxyStatusCode Method |
Creates an HttpStatusCodeResult by specifying a statusCode.
Namespace: Kentico.Web.Mvc.InternalAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax protected HttpStatusCodeResult StatusCode(
int statusCode
)
Parameters
- statusCode
- Type: SystemInt32
Code of the status result.
Return Value
Type:
HttpStatusCodeResultThe created
HttpStatusCodeResult for the response.
See Also