2016年10月21日

asp.net 设置网页过期

摘要: /// /// 判断网页是否过期 /// /// private bool isPageExpired() { if (Session["TimeStamp"] == null || ViewState["TimeStamp"] == nul... 阅读全文

posted @ 2016-10-21 14:42 空明流光 阅读(803) 评论(0) 推荐(0)

导航