Example of TextAreaFor in ASP.NET Core TextArea Control
This sample demonstrates the strongly typed extension support in the TextArea. The TextArea value is set to textarea from code behind and its set to textarea in a view page by invoking the strongly typed TextAreaFor helper.
DEMO
SOURCE
Click the submit button to post the selected value in the textarea. When posting the null value, a validation error message will be shown below the textarea.