Share via


InputsDialogInteractionOptions Class

Definition

Options for configuring an inputs dialog interaction.

public class InputsDialogInteractionOptions : Aspire.Hosting.InteractionOptions
type InputsDialogInteractionOptions = class
    inherit InteractionOptions
Public Class InputsDialogInteractionOptions
Inherits InteractionOptions
Inheritance
InputsDialogInteractionOptions

Constructors

InputsDialogInteractionOptions()

Properties

EnableMessageMarkdown

Gets or sets a value indicating whether Markdown in the message is rendered. Setting this to true allows a message to contain Markdown elements such as links, text decoration and lists.

(Inherited from InteractionOptions)
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)
ValidationCallback

Gets or sets the validation callback for the inputs dialog. This callback is invoked when the user submits the dialog. If validation errors are added to the InputsDialogValidationContext, the dialog will not close and the user will be prompted to correct the errors.

Applies to