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