摘要: public class GwBasePage : System.Web.UI.Page{ public GwBasePage() { // //TODO: 在此处添加构造函数逻辑 // } /// /// 重写页面加载事件 /// /// protected override void OnLoad(EventArgs e) { if (CurrentUser == null) { GoAdminLoginPage(); } ... 阅读全文