InputsDialogValidationContext
Class sealed net10.0
Represents the context for validating inputs in an inputs dialog interaction.
namespace Aspire.Hosting;
public sealed class InputsDialogValidationContext{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesCancellationTokenget; initCancellationToken Gets the cancellation token for the validation operation.
Inputsget; init Gets the inputs that are being validated.
Servicesget; initIServiceProvider Gets the service provider for resolving services during validation.