Class EditableChrome
Version: 21.x
Represents chrome information for a Sitecore layout service response.
Inheritance
System.Object
EditableChrome
Implements
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public class EditableChrome : Object, IPlaceholderFeatureConstructors
EditableChrome()
Declaration
RequestResponse
public EditableChrome()Properties
Attributes
Gets or sets the attributes for the chrome.
Declaration
RequestResponse
public Dictionary<string, string> Attributes { get; set; }Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
Content
Gets or sets the content of the chrome.
Declaration
RequestResponse
public string Content { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
Name
Gets or sets the name of the chrome.
Declaration
RequestResponse
public string Name { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
Type
Gets or sets the type of the chrome.
Declaration
RequestResponse
public string Type { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |