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