From a virtualpath, I need to get his name.
How can I do this?
Since people think that I'm talking about file system here an example of what I need.
With asp.net routing you can associate a name to a virtual file linked to a physical file. For an example, I can give the name homeEn to http://mysite.com/home which is linked to the physical file ~/homepage.aspx. What I need is from the virtual file http://mysite.com/home to get back homeEn name.
