Click or drag to resize
ControllerProxyBadRequest Method
Creates an HttpStatusCodeResult that produces a BadRequest response.

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected HttpStatusCodeResult BadRequest()

Return Value

Type: HttpStatusCodeResult
The created HttpStatusCodeResult for the response.
See Also