Render view in modal
问题 I am trying to render a view in a modal but I can't figure out how to do this. I tried a workaround by creating a partial view but could not trigger a method in the home controller (on load form). I was wondering, is it possible to have a partial view triggering a method in the controller or should I changed it to a casual view (which I did not manage to show it)? view: @model IEnumerable<CharityProject.Models.UserInfos> @{ ViewData["Title"] = "SelectAddress"; Layout = "~/Views/Shared/_Layout