❔ How do i make user input text appear
this is part of my code rrelating to this so like how do i make UserInput appear on the website? im using cshtml
4 Replies
its important to understand that you're working with a serverside application here. The web is based on requests and responses
So your ASP.NET application will only produce a response once a request is sent
Also, don't use
ViewBag
. Use proper typed modelsIsn't viewbag something from legacy asp.net and not asp.net core?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.