With ASP.NET core, you have the input tag helpers to render the form elements. to render a text area, you will do like this. <textarea asp-for=" ...
確定! 回上一頁