In previous versions of mvc I could do a loop in a view and call n html.action methods each rendering a similar form that by ajax post to its action method and refresh. (just that form).
Another scenario I did, was: in a view I call a get action method with some parameters that renders a form (a search form) and a table, then the form inside, gets to the same action method (ajax) and refreshes the tag that it is inside.
Is there a way on mvc core 2 to do same things only using builtin ajax of mvc?
Another scenario I did, was: in a view I call a get action method with some parameters that renders a form (a search form) and a table, then the form inside, gets to the same action method (ajax) and refreshes the tag that it is inside.
Is there a way on mvc core 2 to do same things only using builtin ajax of mvc?