asp.net mvc - MVC4 POST model from an action to another action skipping view -


i need post register model model without showing register model user in mvc 4. please suggest.

move business logic out of actions , methods. let actions call work. instead of trying abuse framework post data between actions, call method parameters have.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -