Asp.net Core menggunakan validationscriptspartial

@section Scripts {
    @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
}
Haze