23 references to ElementName
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Authorization.Tests (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
Microsoft.AspNetCore.Components.Forms.Tests (1)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Components.Tests (3)
Microsoft.AspNetCore.Components.Web (9)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (9)
108output.Write(frame.ElementName);
110var isTextArea = string.Equals(frame.ElementName, "textarea", StringComparison.OrdinalIgnoreCase);
111var isForm = string.Equals(frame.ElementName, "form", StringComparison.OrdinalIgnoreCase);
119&& string.Equals(frame.ElementName, "option", StringComparison.OrdinalIgnoreCase)
130var isSelect = string.Equals(frame.ElementName, "select", StringComparison.OrdinalIgnoreCase);
160output.Write(frame.ElementName);
167if (SelfClosingElements.Contains(frame.ElementName))
174output.Write(frame.ElementName);
210if (string.Equals(enclosingElementFrame.ElementName, "form", StringComparison.OrdinalIgnoreCase))
Microsoft.AspNetCore.Components.Web.Tests (1)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.AspNetCore.Components.WebView.Test (1)