Table of Contents

Interface IEditableField

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Exposes HTML markup values for an editable IField.

public interface IEditableField : IField

Properties

EditableMarkup

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

string EditableMarkup { get; set; }

Property Value

string