Table of Contents

Class ExperienceEditorOptions

Namespace
Sitecore.AspNetCore.SDK.ExperienceEditor.Configuration
Assembly
Sitecore.AspNetCore.SDK.ExperienceEditor.dll

The options to configure the experience editor middleware.

public class ExperienceEditorOptions
Inheritance
ExperienceEditorOptions
Inherited Members
Extension Methods

Properties

Endpoint

Gets or sets the endpoint that represent editing application URLs.

public string Endpoint { get; set; }

Property Value

string

ItemMappings

Gets or sets the action list to configure the HttpRequest handler for Experience Editor custom post requests.

public ICollection<Action<SitecoreLayoutResponseContent, string, HttpRequest>> ItemMappings { get; set; }

Property Value

ICollection<Action<SitecoreLayoutResponseContent, string, HttpRequest>>

JssEditingSecret

Gets or sets the Jss Editing Secret.

public string JssEditingSecret { get; set; }

Property Value

string