3 types derived from InteractionInfoBase
Aspire.Hosting (3)
InteractionService.cs (3)
364internal sealed class MessageBoxInteractionInfo : InteractionInfoBase 374internal sealed class MessageBarInteractionInfo : InteractionInfoBase 388internal sealed class InputsInteractionInfo : InteractionInfoBase
2 references to InteractionInfoBase
Aspire.Hosting (2)
InteractionService.cs (2)
337public InteractionInfoBase InteractionInfo { get; } 344public Interaction(string title, string? message, InteractionOptions options, InteractionInfoBase interactionInfo, CancellationToken cancellationToken)