1 instantiation of InteractionInputLoadContext
Aspire.Hosting (1)
Ats\InteractionExports.cs (1)
384LoadCallback = loadContext => callback(new InteractionInputLoadContext(loadContext)),
2 references to InteractionInputLoadContext
Aspire.Hosting (2)
Ats\InteractionExports.cs (2)
291/// instance through <see cref="InteractionInputLoadContext"/>, which is why the input is modeled as a handle here 376public InteractionInputBuilder WithDynamicLoading(Func<InteractionInputLoadContext, Task> callback, DynamicLoadingOptions? options = null)