@model PerformerProfile
@{ ViewData["Title"] = "Your performer profile"; }
@section header {
}
@ViewData["Title"]
@Html.DisplayFor(model => model)
Instrumentation
@section scripts {
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
@{ await Html.RenderPartialAsync("_MapScriptsPartial"); }
}