Interface IWrappedEditableField
Version: 21.x
Exposes HTML markup values for an editable IField that has wrapping editable markup.
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public interface IWrappedEditableField : IFieldProperties
EditableMarkupFirst
Gets or sets the HTML markup to render before this IField when editing.
Declaration
RequestResponse
string EditableMarkupFirst { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
EditableMarkupLast
Gets or sets the HTML markup to render after this IField when editing.
Declaration
RequestResponse
string EditableMarkupLast { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |