Show / Hide Table of Contents

Interface IEditableChromeRenderer

Supports rendering chrome data as HTML content that can be used to edit a web page.

Namespace: Sitecore.AspNet.RenderingEngine.Rendering
Assembly: Sitecore.AspNet.RenderingEngine.Abstractions.dll
Syntax
public interface IEditableChromeRenderer

Methods

Render(EditableChrome)

Generates the output HTML.

Declaration
IHtmlContent Render(EditableChrome chrome)
Parameters
Type Name Description
EditableChrome chrome

The chrome data to render.

Returns
Type Description
Microsoft.AspNetCore.Html.IHtmlContent

The HTML content to render.

Back to top Generated by DocFX