HeroCard Class

Definition

A Hero card (card with a single, large image).

public class HeroCard
type HeroCard = class
Public Class HeroCard
Inheritance
HeroCard

Constructors

Name Description
HeroCard()

Initializes a new instance of HeroCard.

HeroCard(String, String, String, IList<CardImage>, IList<CardAction>, CardAction)

Initializes a new instance of HeroCard.

Fields

Name Description
ContentType

The content type value of a HeroCard.

Properties

Name Description
Buttons

Set of actions applicable to the current card.

Images

Array of images for the card.

Subtitle

Subtitle of the card.

Tap

A clickable action.

Text

Text for the card.

Title

Title of the card.

Methods

Name Description
ToAttachment()

Creates a new attachment from HeroCard.

Extension Methods

Name Description
ToAttachment(HeroCard)

Creates a new attachment from HeroCard.

Applies to