HeroCard Class

Definition

HeroCard ContentType value.

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

Constructors

HeroCard()

Initializes a new instance of the HeroCard class.

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

Initializes a new instance of the HeroCard class.

Fields

ContentType

The content type value of a HeroCard.

Properties

Buttons

Gets or sets set of actions applicable to the current card.

Images

Gets or sets array of images for the card.

Subtitle

Gets or sets subtitle of the card.

Tap

Gets or sets this action will be activated when user taps on the card itself.

Text

Gets or sets text for the card.

Title

Gets or sets title of the card.

Extension Methods

ToAttachment(HeroCard)

Creates a new attachment from HeroCard.

Applies to