Can you specify the differences ./,../,~/ in ASP.NET? -


what differences between ./, ../, , ~/ specifying image in web application?

like current directory, root, parent directory, etc.

"./"  //the current directory "../" //the parent directory "/"   //the site root directory "~/"  //virtual root web path 

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -