对于HttpContext.Current的一点理解
摘要:
string[] userInfomationSplits = HttpContext.Current.User.Identity.Name.Split(new string[] { "\\", "/" }, StringSplitOptions.None); string netBiosName = userInfomationSplits[0]; string username = userInfomationSplits[1]; ASP.NET还为它提供了一个静态属性HttpCo... 阅读全文
posted @ 2013-10-29 17:29 风扬sky 阅读(3670) 评论(0) 推荐(0)
浙公网安备 33010602011771号