InputsDialogInteractionOptions
Class net10.0
Options for configuring an inputs dialog interaction.
namespace Aspire.Hosting;
public class InputsDialogInteractionOptions : Aspire.Hosting.InteractionOptions{ // ...}Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesValidationCallbackget; setFunc<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.