InputsDialogInteractionOptions Properties
Class Properties 1 member
Options for configuring an inputs dialog interaction.
ValidationCallback Section titled ValidationCallback nullable Func<InputsDialogValidationContext, Task> 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. public Func<InputsDialogValidationContext, Task>? ValidationCallback { get; set; }