Table of Contents

Class ExperienceEditorOptionsExtensions

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

Extensions to help configure ExperienceEditorOptions.

public static class ExperienceEditorOptionsExtensions
Inheritance
ExperienceEditorOptionsExtensions
Inherited Members

Methods

MapToRequest(ExperienceEditorOptions, Action<SitecoreLayoutResponseContent, string, HttpRequest>)

Adds a custom mapping action.

public static ExperienceEditorOptions MapToRequest(this ExperienceEditorOptions options, Action<SitecoreLayoutResponseContent, string, HttpRequest> mapAction)

Parameters

options ExperienceEditorOptions

The ExperienceEditorOptions to configure.

mapAction Action<SitecoreLayoutResponseContent, string, HttpRequest>

The mapping action to configure HttpRequest.

Returns

ExperienceEditorOptions

The ExperienceEditorOptions so that additional calls can be chained.