3 writes to Content
Microsoft.AspNetCore.Components.AI (3)
Blocks\RichContentBlock.cs (1)
43Content = content;
Pipeline\TextBlockHandler.cs (2)
53state.Content = Array.Empty<RichTextNode>(); 76state.Content = paragraphs;
2 references to Content
Microsoft.AspNetCore.Components.AI (2)
Components\MessageListContext.cs (2)
57if (rich.Content.Count > 0) 59RenderRichTextNodes(builder, rich.Content);