@using WeApp.Helpers @model WeApp.Models.Layout.TopBarUserAreaViewModel @if (Model.UserId != null) { var imagePath = string.IsNullOrEmpty(Model.ImagePath) ? "/Content/Image/user.png" : Model.ImagePath;
@(Model.UserName) @(Model.Email)