4 references to MarkupContent
Microsoft.AspNetCore.Components.Endpoints (1)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
93target.Add(new RenderTreeNode { Type = "markup", Content = frame.MarkupContent });
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
197WriteString(frame.MarkupContent, allowDeduplication: false);
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
93target.Add(new RenderTreeNode { Type = "markup", Content = frame.MarkupContent });
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
87output.Write(frame.MarkupContent);