摘要: //错误的写法 public void ProcessRequest(HttpContext context) { SPSecurity.RunWithElevatedPrivileges(delegate { // 'SPContext.Current' null reference error using (var site = new SPSi... 阅读全文
posted @ 2016-05-11 10:18 lishidefengchen 阅读(449) 评论(0) 推荐(0)