asp.net mvc 4 - How to call aspx page from other project to my mvc project in actionresult -


i have mvc project in trying call other web application aspx page on action link click. how pass link in actionresult or return view().

use controller's redirect() method.

public actionresult youraction() {     // ...     return redirect("http://www.example.com"); } 

Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

Delphi 7 and decode UTF-8 base64 -