@VirtualPath
如果您只想获取文件名:
@Path.GetFileName(Server.MapPath(VirtualPath))
并没有扩展:
@Path.GetFileNameWithoutExtension(Server.MapPath(VirtualPath))