4 references to RichTextContent
Microsoft.AspNetCore.Components.AI (4)
Blocks\RichText\RichTextContent.cs (1)
20
/// Initializes a new instance of <see cref="
RichTextContent
"/>.
Pipeline\RichTextContentHandler.cs (3)
13
RichTextContent
? snapshot = null;
16
if (content is
RichTextContent
richText)
38
if (content is
RichTextContent
or TextContent)