方法一:
string sPath = System.IO.Path.GetDirectoryName(Page.Request.PhysicalPath)
方法二:
string sPath = System.Web.HttpContext.Current.Request.MapPath("/")
方法三: string sPath = Page.Server.MapPath("/");
我推薦使用第二種
在即將發布的Kooboo CMS 2.1.0.
今天在修改後台用戶公司管理列表時,發現列表加載
使用silverlight構建一個工作流設計器
在.NET Framework中,Page類為
DiscuzNT有一個比較好的控件:Hint,