I have the following Action method inside my Asp.net mvc web application:-
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult Create(SDJoin sdj, FormC
I know the question is old now, but I hope someone finds this useful, too.