2 writes to LinkText
Aspire.Hosting (1)
VersionChecking\VersionCheckService.cs (1)
133LinkText = "Upgrade instructions",
Stress.AppHost (1)
InteractionCommands.cs (1)
39_ = interactionService.PromptMessageBarAsync("Error bar", "The command successfully executed.", new MessageBarInteractionOptions { Intent = MessageIntent.Error, LinkText = "Click here for more information", LinkUrl = "https://www.microsoft.com" });
1 reference to LinkText
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
119var newState = new Interaction(title, message, options, new Interaction.MessageBarInteractionInfo(intent: options.Intent ?? MessageIntent.None, linkText: options.LinkText, linkUrl: options.LinkUrl), cancellationToken);