Interface IWrappedEditableField
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
public interface IWrappedEditableField : IField
Properties
EditableMarkupFirst
Gets or sets the HTML markup to render before this IField when editing.
Declaration
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
string EditableMarkupLast { get; set; }
Property Value
Type | Description |
---|---|
System.String |