1. IEditableField

Interface IEditableField

Version: 21.x

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
TypeDescription
System.String
If you have suggestions for improving this article, let us know!