开发者

asp.net menu path

How I get the Abslut path of asp menu in c开发者_高级运维#


You should use MapPath method. Like this:

var p = HttpContext.Current.Server.MapPath("~/App_Data/Example.xml");
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜