当基本类不是继承page 的时候
必须用System.Web.HttpContext.Current.Session来找到Session 或者 Cookies
本文介绍当基本类不继承Page时如何使用System.Web.HttpContext.Current.Session访问Session及Cookies。此方法适用于.NET Web应用程序中需要操作Session和Cookies的状态管理场景。
当基本类不是继承page 的时候
必须用System.Web.HttpContext.Current.Session来找到Session 或者 Cookies
1112

被折叠的 条评论
为什么被折叠?