| ControllerProxy Class |
Namespace: Kentico.Web.Mvc.Internal
public abstract class ControllerProxy : Controller
The ControllerProxy type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerProxy |
| Name | Description | |
|---|---|---|
| BadRequest |
Creates an HttpStatusCodeResult that produces a BadRequest response.
| |
| Forbid |
Creates an HttpStatusCodeResult that produces a Forbidden response.
| |
| Json |
Creates an ContentResult that produces a response with content type 'application/json'.
| |
| NotFound |
Creates an HttpStatusCodeResult that produces a NotFound response.
| |
| StatusCode |
Creates an HttpStatusCodeResult by specifying a statusCode.
| |
| Unauthorized |
Creates an HttpStatusCodeResult that produces a Unauthorized response.
|