How to pass list of strings to view with action result method in ASP dotNet Core – Asp.net
I have an ActionResult Method which i wanted to return some values to the view for using in a form to submit afterwards. How can I access these data from view for submition in a form?! Here is my ActionResult…