1 implementation of TextBoxFor
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelperOfT.cs (1)
293
public IHtmlContent
TextBoxFor
<TResult>(
3 references to TextBoxFor
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Rendering\HtmlHelperInputExtensions.cs (3)
556
return htmlHelper.
TextBoxFor
(expression, format: null, htmlAttributes: null);
588
return htmlHelper.
TextBoxFor
(expression, format, htmlAttributes: null);
622
return htmlHelper.
TextBoxFor
(expression, format: null, htmlAttributes: htmlAttributes);