| KenticoPageBuilderClipboardController Class |
Namespace: Kentico.PageBuilder.Web.Mvc.Internal
public sealed class KenticoPageBuilderClipboardController : ControllerProxy
The KenticoPageBuilderClipboardController type exposes the following members.
| Name | Description | |
|---|---|---|
| KenticoPageBuilderClipboardController |
Creates an instance of KenticoPageBuilderClipboardController class.
|
| 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.) | |
| Get |
Gets the clipboard data for the current user and site.
| |
| Json |
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.) | |
| NotFound |
Creates an HttpStatusCodeResult that produces a NotFound response.
(Inherited from ControllerProxy.) | |
| StatusCode |
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.) | |
| Store |
Stores the given clipboard for the current user and site.
| |
| Unauthorized |
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.) |