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