return view from other actionresult and include a parameter with him
- by Richa Media and services
in my apps i am using a actionresult like as a
public actionresult index(param1)
{
return view();
}
are i can redirect from a other actionresult like a
public actionresult second()
{
return view("index"+current.tostring());
}
but when i rediect it is not worked but when i enter on browser address bar or resend request to him then he work fine. are any sollution for it.