Udostępnij przez


HeroCard Class

Definition

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

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

Constructors

HeroCard()

Initializes a new instance of HeroCard.

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

Initializes a new instance of HeroCard.

Fields

ContentType

The content type value of a HeroCard.

Properties

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

ToAttachment()

Creates a new attachment from HeroCard.

Extension Methods

ToAttachment(HeroCard)

Creates a new attachment from HeroCard.

Applies to