MessageBox будет приходить за страницей - контроллер MVC
MVC Controller : MessageBox is coming behind the page. I want Message Box to come front please advise.
Что я уже пробовал:
if (MessageBox.Show("Are you sure you want Continue?", "Warning", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No) { return View("Index"); }
Karthik_Mahalingam
не смешивайте windows и web, используйте Окно подтверждения() метод[^]