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