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