你能在ASP.NET中指定差异./,../,~/吗?

abh*_*bhi 9 asp.net

有什么区别之间./,../以及~/在我的web应用程序指定的图像?

像当前目录,root,父目录等.

jba*_*all 13

"./"  //the current directory
"../" //the parent directory
"/"   //the site root directory
"~/"  //virtual root Web path
Run Code Online (Sandbox Code Playgroud)