Calculate URL with ~

  • Thread starter Thread starter McGeeky
  • Start date Start date
M

McGeeky

Hi. I use the tilda ~ symbol to calculate URLs from the base of the
application when using Response.Redirect() eg.

Response.Redirect ( @"~\ResolveErrors\Resolve.aspx" );

But is there a way to pre-calculate the URL? I want to embed it in the page.

E.g. MyUrlString = URL.Encode (@"~\ResolveErrors\Resolve.aspx" );

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top