Interface IEditableChromeRenderer

Version: 21.x

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
TypeNameDescription
EditableChromechromeThe chrome data to render.
Returns
TypeDescription
Microsoft.AspNetCore.Html.IHtmlContentThe HTML content to render.
If you have suggestions for improving this article, let us know!