1 implementation of IdAttributeDotReplacement
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
99public string IdAttributeDotReplacement { get; }
1 reference to IdAttributeDotReplacement
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
92public string IdAttributeDotReplacement => _htmlGenerator.IdAttributeDotReplacement;