1 implementation of TextAreaFor
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelperOfT.cs (1)
280
public IHtmlContent
TextAreaFor
<TResult>(
2 references to TextAreaFor
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Rendering\HtmlHelperInputExtensions.cs (2)
767
return htmlHelper.
TextAreaFor
(expression, rows: 0, columns: 0, htmlAttributes: null);
800
return htmlHelper.
TextAreaFor
(expression, rows: 0, columns: 0, htmlAttributes: htmlAttributes);