Is it possible to redirect to from one controller(A) action to another controller(B) action without changing URL?
I tried using RedirectToAction but URL in the browser changes
Is it possible to redirect to from one controller(A) action to another controller(B) action without changing URL?
I tried using RedirectToAction but URL in the browser changes