我正在使用 asp.net 配置文件系统。我在 mASP.NET MVC 中创建了一个名为 CustomProfile 的模型。在这个模型中,我创建了 3 个函数 CreateProfile()、SaveData()、LoadProfile()。
我从 AcountController 的登录操作中调用 LoadProfile(),但问题是当我在 LoadProfile() 函数中使用 HttpContext.Current.Profile 时,它显示用户名 null。有什么问题?
我正在使用 asp.net 配置文件系统。我在 mASP.NET MVC 中创建了一个名为 CustomProfile 的模型。在这个模型中,我创建了 3 个函数 CreateProfile()、SaveData()、LoadProfile()。
我从 AcountController 的登录操作中调用 LoadProfile(),但问题是当我在 LoadProfile() 函数中使用 HttpContext.Current.Profile 时,它显示用户名 null。有什么问题?