如何通过自定义属性获取Profile?

发布于 2024-10-21 13:14:45 字数 253 浏览 4 评论 0原文

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

如何获取 InvitationCode="foo" 的个人资料? 我还能让财产变得独一无二吗?

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

How to get profiles with InvitationCode="foo"?
Also can i make property unique?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陈年往事 2024-10-28 13:14:45

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

Depending on if you have web site or web application it could be two ways.
for web site Profile.InvitationCode and Profile.GetPropertyValue("InvitationCode") for Web Application

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文