@model PerformerProfile
@if (Model.Performer!=null) { Html.DisplayFor(m=>m.Performer); } @if (Model.WebSite!=null) { @SR["WebSite"]: @Model.WebSite }