Click or drag to resize
KenticoHttpResponsePageController Class
Controller for serving HTTP responses.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Web.Mvc.InternalControllerProxy
        Kentico.Content.Web.Mvc.Routing.InternalKenticoHttpResponsePageController

Namespace: Kentico.Content.Web.Mvc.Routing.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class KenticoHttpResponsePageController : ControllerProxy

The KenticoHttpResponsePageController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoHttpResponsePageController
Top
Methods
  NameDescription
Protected methodBadRequest
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.)
Protected methodForbid
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.)
Public methodForbidden
Returns HTTP forbidden response.
Protected methodJson
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.)
Public methodNotFound
Returns HTTP not found response.
Public methodRedirectPermanent
Returns HTTP redirect response with the Permanent property set to true.
Protected methodStatusCode
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.)
Public methodUnauthorized
Returns HTTP unauthorized response.
Top
See Also