@* 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.PublicWalkResponseWithNamesVm @inject IViewLocalizer Localizer @inject ICountryService CountryService @{ IStringLocalizer annotationsLocalizer = ViewBag.AnnotationsLocalizer; DogWalkerProfileVm profile = null; if (ViewBag.Profile != null) { profile = ViewBag.Profile as DogWalkerProfileVm; } }
@if (!string.IsNullOrWhiteSpace(Model.DogWalkerPhoto)) { } else { }

@Model.DogWalkerName

Angebot Text
@if (profile != null) {
@annotationsLocalizer["DogWalkerProfile_About"]
}