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