Class EditingContext
- Namespace
 - Sitecore.AspNetCore.SDK.Pages.Response
 
- Assembly
 - Sitecore.AspNetCore.SDK.Pages.dll
 
Class used to extend the standard Sitecore Context with editing specific context data.
public class EditingContext : Context
  - Inheritance
 - 
      
      
      EditingContext
 
- Inherited Members
 
Properties
ClientData
Gets or sets the Client data property used to hold the editing specific client data.
[JsonPropertyName("clientData")]
public ClientData? ClientData { get; set; }
  Property Value
ClientScripts
Gets or sets the ClientScripts property used to store the scripts that need to be included in the client app for Pages to function.
[JsonPropertyName("clientScripts")]
public string[]? ClientScripts { get; set; }
  Property Value
- string[]