InputsDialogInteractionOptions 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 an inputs dialog interaction.
public class InputsDialogInteractionOptions : Aspire.Hosting.InteractionOptions
type InputsDialogInteractionOptions = class
inherit InteractionOptions
Public Class InputsDialogInteractionOptions
Inherits InteractionOptions
- Inheritance
Constructors
| InputsDialogInteractionOptions() |
Properties
| EnableMessageMarkdown |
Gets or sets a value indicating whether Markdown in the message is rendered.
Setting this to |
| 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. |