NotificationInteractionOptions
Class net10.0
Options for configuring a notification interaction.
namespace Aspire.Hosting;
public class NotificationInteractionOptions : Aspire.Hosting.InteractionOptions{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesIntentget; set Gets or sets the intent of the notification.
LinkTextget; setstring? Gets or sets the text for a link in the notification.
LinkUrlget; setstring? Gets or sets the URL for the link in the notification.