NotificationInteractionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for configuring a notification interaction.
public class NotificationInteractionOptions : Aspire.Hosting.InteractionOptions
type NotificationInteractionOptions = class
inherit InteractionOptions
Public Class NotificationInteractionOptions
Inherits InteractionOptions
- Inheritance
Constructors
NotificationInteractionOptions() |
Properties
EnableMessageMarkdown |
Gets or sets a value indicating whether Markdown in the message is rendered.
Setting this to |
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) |