Share via


NotificationInteractionOptions Class

Definition

Options for configuring a notification interaction.

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

Constructors

NotificationInteractionOptions()

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 notification.

LinkText

Gets or sets the text for a link in the notification.

LinkUrl

Gets or sets the URL for the link in the notification.

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