2 implementations of DisplayName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
321public string DisplayName(string expression)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1462public string DisplayName(string expression)
1 reference to DisplayName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\HtmlHelperDisplayNameExtensions.cs (1)
22return htmlHelper.DisplayName(expression: null);