Class ClientData
- Namespace
 - Sitecore.AspNetCore.SDK.Pages.Response
 
- Assembly
 - Sitecore.AspNetCore.SDK.Pages.dll
 
Class used to store the ClientData editing context, used to enable Pages functionality.
public class ClientData
  - Inheritance
 - 
      
      ClientData
 
- Inherited Members
 
Properties
CanvasState
Gets or sets the Canvas State data of the Editing Request.
[JsonPropertyName("hrz-canvas-state")]
public CanvasState? CanvasState { get; set; }
  Property Value
CanvasVerificationToken
Gets or sets the verification token used by the Pages canvas.
[JsonPropertyName("hrz-canvas-verification-token")]
public string? CanvasVerificationToken { get; set; }