Table of Contents

Class StringContentCardComponent

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents string content component that can be used in OverviewCard.

public class StringContentCardComponent : IOverviewCardComponent
Inheritance
object
StringContentCardComponent
Implements
Extension Methods

Properties

ComponentName

Gets or sets the name of the client component.

public string ComponentName { get; }

Property Value

string

Content

Content of the component.

public string Content { get; set; }

Property Value

string

ContentAsHtml

Indicates that content is rendered as HTML.

public bool ContentAsHtml { get; set; }

Property Value

bool

Remarks

Beware that enabling this property may lead to executing malicous code on client.