如何通过自定义属性获取配置文件?

时间:2011-03-09 19:58:49

标签: c# asp.net profile asp.net-profiles

<profile enabled="true" automaticSaveEnabled="false">
  <properties>
    <add name="InvitationCode" type="String"/>
  </properties>
</profile>

如何使用InvitationCode =“foo”获取个人资料? 我也可以使房产独一无二吗?

1 个答案:

答案 0 :(得分:0)

根据您是否拥有网站或网络应用程序,它可能有两种方式。 用于Web应用程序的网站Profile.InvitationCodeProfile.GetPropertyValue("InvitationCode")