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