Skip to content

Card

Namespace: SlottyMedia.Components.Partial

public class Card : Microsoft.AspNetCore.Components.ComponentBase, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender

Inheritance Object → ComponentBase → Card
Implements IComponent, IHandleEvent, IHandleAfterRender

Properties

Class

This component represents a card.

public string Class { get; set; }

Property Value

String

ChildContent

The card's content.

public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Constructors

Card()

public Card()

Methods

BuildRenderTree(RenderTreeBuilder)

protected void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder