Files

9 lines
268 B
Plaintext
Raw Permalink Normal View History

@inherits Component
<Image Class="@(Class)"
Height="Size"
Circle="true"
Shadow="false"
Placeholder="assets/placeholders/user.png"
AlternativeText="avatar"
Content="@(ProfilePictureIncluded ? Item.ProfilePicture : _picture)"/>