ASP.NET Core utilizando ValidationScriptSPartial

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