ASP.NET CORE usando ValidationscriptsParcial

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