4
Answers

can i prefix something to Response.Redirect

rajesh yadav

rajesh yadav

4y
670
1

hi,

I have used Response.Redirect("~/abc.aspx");

now i want to add "kkk" like so

Response.Redirect("~/kkk/abc.aspx");

to do this i have to change every where in may applicaiton ( webform with mvc) it has many other pages in redirect .

so is there any way that i do it at one place, be it a handler or module or routing etc etc.

Answers (4)