Default value to textarea in .net core MVC
Based on the example above, I want to add a default value to the textarea since it is a page for user to update the item.
1 Reply
Don't use
ViewBag
The default value will be whatever you have in the model