@model PerformerProfile @{ ViewData["Title"] = "Setup your performer profile"; } @section header{ } @section scripts{ @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }

@ViewData["Title"].

@{ await Html.RenderPartialAsync("_PerformerPartial", Model) ; }

Choose below your main activity:


@Html.Hidden("OrganisationAddress.Latitude") @Html.Hidden("OrganisationAddress.Longitude") @Html.Hidden("PerfomerId")
@Html.Hidden("PerfomerId")