如何获取自定义属性Common Profile ASP.NET?

时间:2010-08-16 20:57:08

标签: .net asp.net profile

如何在ASP.NET中访问公共配置文件(page.profile)的自定义强命名属性,以获取不是从页面派生的类?我以为我可以传入httpcontext.profile,但我错过了自定义属性。

我应该传递一些类类型吗?看来类类型是ProfileCommon并且是自动生成的。

1 个答案:

答案 0 :(得分:1)

为他人分享利益:

ProfileCommon common = HttpContext.Current.Profile as ProfileCommon;