How can I get the application relative url from Request.Url.AbsolutePath?
VirtualPathUtility seems to only work with ~/XXX urls?
|
I solved it like this:
|
||||
|
|
|
|||||||||||
|
|
Its a little late to answer but there is a elegant solution to this. You can use
This will return the relative path of the page. For example, if the URL is |
|||
|
Request.ApplicationPathwhat you want ? – V4Vendetta Mar 14 '12 at 12:00