Rick Graner
Rick Graner
Some packages got updated and I'm sure they could be fixed i.e bootstrap was upgraded to 4.3.1 but there's code that references bootstrap 3.3.7 (see pic ... I don't think...
The code that does the redirect is in **"wwwroot/js/site.js"** so if you're creating a new project, you will want to add this as the **"return this.RedirectToPageJson("Index");"** uses it to do...
Take note that bootstrap was updated to v4 in this latest code so classes like **"has-error"** are gone and I now get flashing for validation but I just comment out...