OnClick delete button directs to 404 Error
I am about to bang my head against the keyboard, so I appreciate any advice.
I added a crimson red delete button on my MVC view as per screenshot attached. The button redirects me to 404 onclick.
( This localhost site is not found, for the following webaddress no website is found: http://localhost:5001/Home/,. in German)
I think the error lies in my ajax but I am so blind. This is my code https://pastebin.com/7QsPYyDL, could anyone kindly point me in the right direction? The delete button was supposed to delete a card view one by one and reload the page.
0 Replies