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