다음을 통해 공유


MessageBoxInteractionOptions Class

Definition

Options for configuring a message box interaction.

public class MessageBoxInteractionOptions : Aspire.Hosting.InteractionOptions
type MessageBoxInteractionOptions = class
    inherit InteractionOptions
Public Class MessageBoxInteractionOptions
Inherits InteractionOptions
Inheritance
MessageBoxInteractionOptions

Constructors

MessageBoxInteractionOptions()

Properties

EnableMessageMarkdown

Gets or sets a value indicating whether Markdown in the message is rendered. Setting this to true allows a message to contain Markdown elements such as links, text decoration and lists.

(Inherited from InteractionOptions)
Intent

Gets or sets the intent of the message box.

PrimaryButtonText

Optional primary button text to override the default text.

(Inherited from InteractionOptions)
SecondaryButtonText

Optional secondary button text to override the default text.

(Inherited from InteractionOptions)
ShowDismiss

Gets or sets a value indicating whether show the dismiss button.

(Inherited from InteractionOptions)
ShowSecondaryButton

Gets or sets a value indicating whether show the secondary button.

(Inherited from InteractionOptions)

Applies to