Asp.Net MVC Redirect to external link
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How can I send as a response a redirection to an external link? With asp.net I was using Response.Redirect("externalLink")
-
How can I send as a response a redirection to an external link? With asp.net I was using Response.Redirect("externalLink")
Razvan Dimescu wrote:
I was using Response.Redirect("externalLink")
That should work. What is the problem you are facing?
Navaneeth How to use google | Ask smart questions