2 writes to IdAttributeDotReplacement
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\DefaultTemplatesUtilities.cs (1)
234options.HtmlHelperOptions.IdAttributeDotReplacement = idAttributeDotReplacement;
RazorWebSite (1)
Startup.cs (1)
29options.HtmlHelperOptions.IdAttributeDotReplacement = "!";
1 reference to IdAttributeDotReplacement
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
78IdAttributeDotReplacement = optionsAccessor.Value.HtmlHelperOptions.IdAttributeDotReplacement;