2 writes to Text
Microsoft.AspNetCore.Components.WebView.Test (2)
Infrastructure\TestDocument.cs (1)
141
textNode.
Text
= frame.TextContent;
Infrastructure\TextNode.cs (1)
10
Text
= textContent;
1 reference to Text
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
456
builder.Append(HtmlEncoder.Default.Encode(t.
Text
));