Response.Redirect("~/Path/To/Your/File");
This code is very simple you just call the 'Response' scope and the method "Redirect" and input the path and the file you want to redirect to as a string. And when the code is hit in your site it will redirect to your inputed content page.
No comments:
Post a Comment