[Route("user/Report")]
public IHttpActionResult Report()
{
string url = "https://localhost:xxxx/User/ReportPage.html?Param1=value";
System.Uri uri = new System.Uri(url);
return Redirect(uri);
}
i am trying to Get "param1" in ReportPage.html using jquery