Skip to content
Docs Try Aspire

NotificationInteractionOptions Properties

Class Properties 3 members
Options for configuring a notification interaction.
Gets or sets the intent of the notification.
public MessageIntent? Intent { get; set; }
LinkText Section titled LinkText nullable string?
Gets or sets the text for a link in the notification.
public string? LinkText { get; set; }
LinkUrl Section titled LinkUrl nullable string?
Gets or sets the URL for the link in the notification.
public string? LinkUrl { get; set; }