MessageBoxInteractionOptions 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 message box interaction.
public class MessageBoxInteractionOptions : Aspire.Hosting.InteractionOptions
type MessageBoxInteractionOptions = class
inherit InteractionOptions
Public Class MessageBoxInteractionOptions
Inherits InteractionOptions
- Inheritance
Constructors
MessageBoxInteractionOptions() |
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 message box. |
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) |