@* For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 *@ @using Microsoft.AspNetCore.Mvc.Localization @using gehGassi.Web.Models @using Microsoft.Extensions.Localization @using gehGassi.Web.Helper @using gehGassi.Core.Services @model gehGassi.Web.Models.AppUserVm @inject IViewLocalizer Localizer @inject ICountryService CountryService @{ IStringLocalizer annotationsLocalizer = ViewBag.AnnotationsLocalizer; string message = string.Empty; if(ViewBag.Message != null) { message = ViewBag.Message; } }
@if (!string.IsNullOrWhiteSpace(Model.Photo)) { } else { }

@Model.FirstName @Model.LastName

Nachricht