Implemented interface member:
method
TextArea
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper.TextArea(System.String, System.String, System.Int32, System.Int32, System.Object)
1 reference to TextArea
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperTextAreaExtensionsTest.cs (1)
119var textAreaResult = helper.TextArea("Property1", value: "myvalue", rows: 1, columns: 2, htmlAttributes: new { attr = "value" });