/ Published in: C#
This is far from ground breaking but I forget it all the time so thought this might be a useful place to keep a reference of it
Expand |
Embed | Plain Text
@(Model.Roles == null ? "No" : Model.Roles.Count.ToString())
You need to login to post a comment.
