I know ASP.NET does this automatically, but for some reason I can’t seem to find the method.
Help anyone? Just as the title says.
If I do a Response.Redirect(‘~/Default.aspx’), it works, but I don’t want to redirect the site. I just want the full URL.
Can anyone help me out?
For the ‘/#{path}/Default.aspx’ part, use:
If you need more: