2 implementations of Display
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
305
public IHtmlContent
Display
(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1453
public IHtmlContent
Display
(
11 references to Display
Microsoft.AspNetCore.Mvc.ViewFeatures (11)
Rendering\HtmlHelperDisplayExtensions.cs (11)
42
return htmlHelper.
Display
(expression, templateName: null, htmlFieldName: null, additionalViewData: null);
82
return htmlHelper.
Display
(
122
return htmlHelper.
Display
(expression, templateName, htmlFieldName: null, additionalViewData: null);
164
return htmlHelper.
Display
(
209
return htmlHelper.
Display
(expression, templateName, htmlFieldName, additionalViewData: null);
424
return htmlHelper.
Display
(
456
return htmlHelper.
Display
(
484
return htmlHelper.
Display
(
521
return htmlHelper.
Display
(
557
return htmlHelper.
Display
(
599
return htmlHelper.
Display
(