Show / Hide Table of Contents

Interface IEditableField

Exposes HTML markup values for an editable IField.

Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public interface IEditableField : IField

Properties

EditableMarkup

Gets or sets the HTML markup for this IField when editing.

Declaration
string EditableMarkup { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX