10 references to MarkupContent
Microsoft.AspNetCore.Components.Authorization.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
29Assert.Equal(markupContent, frame.MarkupContent);
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
29Assert.Equal(markupContent, frame.MarkupContent);
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
197WriteString(frame.MarkupContent, allowDeduplication: false);
Microsoft.AspNetCore.Components.Tests (3)
RenderTreeDiffBuilderTest.cs (2)
766Assert.Equal("was inserted", referenceFrames[entry.ReferenceFrameIndex].MarkupContent); 772Assert.Equal("was updated", referenceFrames[entry.ReferenceFrameIndex].MarkupContent);
src\Components\Shared\test\AssertFrame.cs (1)
29Assert.Equal(markupContent, frame.MarkupContent);
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
87output.Write(frame.MarkupContent);
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
29Assert.Equal(markupContent, frame.MarkupContent);
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
197WriteString(frame.MarkupContent, allowDeduplication: false);
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
418var markupContent = markupFrame.MarkupContent;