1 type derived from ContentBlockHandler
Microsoft.AspNetCore.Components.AI (1)
Pipeline\TextBlockHandler.cs (1)
10internal sealed class TextBlockHandler : ContentBlockHandler<RichContentBlock>
8 references to ContentBlockHandler
Microsoft.AspNetCore.Components.AI (8)
Pipeline\BlockMappingResult.cs (1)
7/// The outcome of a <see cref="ContentBlockHandler{TState}"/> invocation.
Pipeline\HandlerEntry.cs (4)
8private readonly ContentBlockHandler<TState> _handler; 10internal HandlerEntry(ContentBlockHandler<TState> handler) 29private readonly ContentBlockHandler<TState> _handler; 33ContentBlockHandler<TState> handler,
Pipeline\UIAgentOptions.cs (3)
35public void AddBlockHandler<TState>(ContentBlockHandler<TState> handler) 49private readonly ContentBlockHandler<TState> _handler; 51internal HandlerRegistration(ContentBlockHandler<TState> handler)