Skip to content
DocsTry Aspire
DocsTry

InputsDialogValidationContext Properties

ClassProperties3 members
Represents the context for validating inputs in an inputs dialog interaction.
CancellationTokenSection titled CancellationTokenCancellationToken
Gets the cancellation token for the validation operation.
public CancellationToken CancellationToken { get; init; }
Gets the inputs that are being validated.
public InteractionInputCollection Inputs { get; init; }
ServicesSection titled ServicesIServiceProvider
Gets the service provider for resolving services during validation.
public IServiceProvider Services { get; init; }