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