menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CardContent - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved