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

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -