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