onais ahmer

onais ahmer

  • NA
  • 307
  • 4.6k

IFrame Error Replicatice in the Iframe

Jun 13 2018 11:27 PM
The Issue is when ever i click to the Dashboard icon or i click to the logout button it replicate in the iframe 
 
i am done this through this article .. i am setting the logout function in 
 
public ActionResult Logout()
{
return RedirectToAction("after_logout");
}
public ActionResult after_logout()
{
/Response.Redirect("/Home/Index");
// return View();
}
 
It redirects me but Again my Index page Open in Iframe 
 

Answers (2)