허당 레몬도리
MVC5 POST Json Call Sample(Json 데이터타입 호출 샘플)
카테고리 없음 2016. 6. 2. 12:08

출처 : http://stackoverflow.com/questions/21578814/how-to-receive-json-in-a-mvc-5-action-method-as-a-paramterUnfortunately Dictionary got always problem with Model Binding in MVC. Read the full story here. So we have to create our own custom model binder to get the Dictionary as a parameter to our controller action.To solve your requirement, here is the working solution -First create your ViewMode..