LoadInputContext
Class sealed net10.0
The context for dynamic input loading. Used with
InputLoadOptions.LoadCallback. namespace Aspire.Hosting;
public sealed class LoadInputContext{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesAllInputsget; init Gets the collection of all
InteractionInput in this prompt. CancellationTokenget; initCancellationToken Gets the
LoadInputContext.CancellationToken. Inputget; init Gets the loading input. This is the target of
InputLoadOptions. Servicesget; initIServiceProvider Gets the service provider.