1 write to TagName
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\ElementNode.cs (1)
14TagName = elementName;
5 references to TagName
Microsoft.AspNetCore.Components.WebView.Test (5)
Infrastructure\TestDocument.cs (5)
365switch (element.TagName) 374if (element.TagName == "SELECT") 405if (element.TagName == "INPUT") 465builder.Append(e.TagName); 478builder.Append(e.TagName);