I have the following controller method:
public ActionResult GetResults(string viewToReturn, int resultsPerPage, string classification = null, stri
I had the [HttpPost] attribute on the method. I could swear that I removed it earlier, but somehow after I took a break and came back, I saw it. After removing it, everything now works fine.