| KenticoHttpResponsePageController Class |
Namespace: Kentico.Content.Web.Mvc.Routing.Internal
public sealed class KenticoHttpResponsePageController : ControllerProxy
The KenticoHttpResponsePageController type exposes the following members.
| Name | Description | |
|---|---|---|
| KenticoHttpResponsePageController |
| Name | Description | |
|---|---|---|
| BadRequest |
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.) | |
| Forbid |
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.) | |
| Forbidden |
Returns HTTP forbidden response.
| |
| Json |
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.) | |
| NotFound |
Returns HTTP not found response.
| |
| RedirectPermanent |
Returns HTTP redirect response with the Permanent property set to true.
| |
| StatusCode |
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.) | |
| Unauthorized |
Returns HTTP unauthorized response.
|