3 references to SanitizeHtmlId
Microsoft.AspNetCore.Components.Web (2)
Forms\InputBase.cs (1)
239return FieldIdGenerator.SanitizeHtmlId(fieldName);
Forms\Label.cs (1)
88_fieldId = FieldIdGenerator.SanitizeHtmlId(
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\FieldIdGeneratorTest.cs (1)
21var result = FieldIdGenerator.SanitizeHtmlId(input);