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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -