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