Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi there, dear fellows!
I would like to retrieve member groups the current member belongs via razor. Is it possible to do this?Thanks in advance and have a nice day.
Davide
Sorry for the dumb question! :)I've found a solution just googling...
foreach (MemberGroup mg in m.Groups.Values) { <li>@mg.Text</li>}
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Member groups
Hi there, dear fellows!
I would like to retrieve member groups the current member belongs via razor. Is it possible to do this?
Thanks in advance and have a nice day.
Davide
Sorry for the dumb question! :)
I've found a solution just googling...
is working on a reply...