2 references to InvalidIdChars
Microsoft.AspNetCore.Components.Web (2)
Forms\FieldIdGenerator.cs (2)
38
if (!fieldName.ContainsAny(
InvalidIdChars
))
48
if (
InvalidIdChars
.Contains(c))