2 implementations of IdAttributeDotReplacement
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
92public string IdAttributeDotReplacement => _htmlGenerator.IdAttributeDotReplacement;
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1369public string IdAttributeDotReplacement
1 reference to IdAttributeDotReplacement
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1371get { return _innerHelper.IdAttributeDotReplacement; }