摘要:
public static string GetRootURI() { string AppPath = ""; HttpContext HttpCurrent = HttpContext.Current; HttpRequest Req; if (HttpCurrent != null) {Req = HttpCurrent.Request;string UrlAuthority = Req.Url.GetLeftPart(UriPartial.Authority);if (Req.ApplicationPath == null || Req.ApplicationPat 阅读全文
posted @ 2011-11-23 15:06
lock
阅读(202)
评论(0)
推荐(0)
浙公网安备 33010602011771号