ASP.NET MVC – I can't figure out why my POST action is not being hit
I haven't worked in ASP.NET MVC for a few years so I'm a little rusty. I can't figure out what I'm missing so that my POST Action isn't being hit when I submit my form. Here's my view: <form id="unsubscribe-form"…