3 references to PromptMessageBoxAsync
Stress.AppHost (3)
Program.cs (3)
133
_ = interactionService.
PromptMessageBoxAsync
("Command executed", "The command successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success, PrimaryButtonText = "Yeah!" });
157
_ = interactionService.
PromptMessageBoxAsync
("Success <strong>bar</strong>", "The <strong>command</strong> successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success });
158
_ = interactionService.
PromptMessageBoxAsync
("Success <strong>bar</strong>", "The <strong>command</strong> successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success, EscapeMessageHtml = false });