5 references to TextContent
Microsoft.AspNetCore.Components.Endpoints (1)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
89target.Add(new RenderTreeNode { Type = "text", Content = frame.TextContent });
Microsoft.AspNetCore.Components.Server (3)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (2)
192frame.TextContent, 193allowDeduplication: string.IsNullOrWhiteSpace(frame.TextContent));
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
89target.Add(new RenderTreeNode { Type = "text", Content = frame.TextContent });
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
84_htmlEncoder.Encode(output, frame.TextContent);