Control.ResolveUrl versus Control.ResolveClientUrl versus VirtualPathUtility.ToAbsolute
Posted
by Bob
on Stack Overflow
See other posts from Stack Overflow
or by Bob
Published on 2009-02-05T22:09:56Z
Indexed on
2010/04/13
3:53 UTC
Read the original article
Hit count: 635
Is there any benifit to using one of these methods over the other when resolving paths which start with the tilde (~)?
Generally, what is a better practice, should you be sending relative paths or absolute paths down in your html?
© Stack Overflow or respective owner