s

asp.net mvc redirect to external url with parameters edit button Edit

author
Murugan Andezuthu Dharmaratnam | calendar 01 September 2020 | 2515

redirect to external url with parameters in asp.net mvc from a mvc controller

Sample Code

public ActionResult Index()
{
  return Redirect("http://google.com");
}