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