单项选择题

表示Web应用程序当前网页所在目录物理路径的是()。

A.Server.MapPath("/")
B.Server.MapPath("./")
C.Server.MapPath("../")
D.Server.MapPath("~/")