How to use a modal popup with ViewComponent (Asp Net Core 5) – Asp.net
Hi I wanna use a modal popup for Create User view in Asp Net Core 5 (mvc). I wanna use this modal as a ViewComponent In User Index view (which shows the list of users). I added a button that…