Asp.net – How to pass value from controller to view and display it in a textfield or label
I am a bit stuck trying to figure out on how to show the value of a field model.SumValue which I am calculating in the controller class in a input field or a label. Controller class - public IActionResult Index()…