Table of Contents

Interface IWrappedEditableField

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

Exposes HTML markup values for an editable IField that has wrapping editable markup.

public interface IWrappedEditableField : IField

Properties

EditableMarkupFirst

Gets or sets the HTML markup to render before this IField when editing.

string EditableMarkupFirst { get; set; }

Property Value

string

EditableMarkupLast

Gets or sets the HTML markup to render after this IField when editing.

string EditableMarkupLast { get; set; }

Property Value

string