Why isn't my partial view getting rendered when I click my button? – Jquery ajax
The goal is to load the partial view without refreshing the entire page, just the partial view iteself, and when I do that, I want the model that I'm passing into the view the int to increment. But when I…