Click or drag to resize
KenticoRequestLogController Class
Handles debug information.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Web.Mvc.InternalControllerProxy
        Kentico.Debug.Web.MvcKenticoRequestLogController

Namespace: Kentico.Debug.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class KenticoRequestLogController : ControllerProxy

The KenticoRequestLogController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoRequestLogController
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 methodGet
Returns debug information for the specified debug name.
Public methodGetAllCacheItems
Returns all items from the cache.
Public methodGetCacheItem
Returns the specified item from the cache.
Protected methodJson
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.)
Protected methodNotFound
Creates an HttpStatusCodeResult that produces a NotFound response.
(Inherited from ControllerProxy.)
Protected methodStatusCode
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.)
Protected methodUnauthorized
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.)
Top
See Also