Class CardContent
The content in Card holds texts, images, links and all possible HTML elements.
Inherited Members
Namespace: Syncfusion.Blazor.Cards
Assembly: Syncfusion.Blazor.dll
Syntax
public class CardContent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
CardContent()
Declaration
public CardContent()
Properties
ChildContent
Represents a segment of UI content, implemented.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
| Type |
|---|
| RenderFragment |
Content
Represents a content of the card component.
Declaration
[Parameter]
public string Content { get; set; }
Property Value
| Type |
|---|
| string |
EnableSeparator
Enable the separator for card content.
Declaration
[Parameter]
public bool EnableSeparator { get; set; }
Property Value
| Type |
|---|
| bool |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |