Class StringContentCardComponent
Represents string content component that can be used in OverviewCard.
public class StringContentCardComponent : IOverviewCardComponent
- Inheritance
-
objectStringContentCardComponent
- 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.