1 type derived from ContentBlockHandler
Microsoft.AspNetCore.Components.AI (1)
Pipeline\TextBlockHandler.cs (1)
10
internal 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)
8
private readonly
ContentBlockHandler
<TState> _handler;
10
internal HandlerEntry(
ContentBlockHandler
<TState> handler)
29
private readonly
ContentBlockHandler
<TState> _handler;
33
ContentBlockHandler
<TState> handler,
Pipeline\UIAgentOptions.cs (3)
35
public void AddBlockHandler<TState>(
ContentBlockHandler
<TState> handler)
49
private readonly
ContentBlockHandler
<TState> _handler;
51
internal HandlerRegistration(
ContentBlockHandler
<TState> handler)