ajax - js object only partially getting passed to controller -


i submitting js object via ajax controller. 3 of 4 children passing passing correctly. can tell why 4th (action) null in controller?

it appears correctly when debugging js. enter image description here

but null when stepping controller. enter image description here

object, post, subject passed correctly.

failed locally me well, know sure "action" not sort of js or c# reserved word... changing model property name "action1" (and in js object) did trick. odd!


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -