ASP.NET MVC4 - What is the actual data flow?
I always hear and read that the flow of interactions in a ASP.NET MVC4 is
that of Controller -> Model -> View.
But wouldn't it be accurate to say that this flow is actually the flow on
a Http Get, and the flow on a Http Post is View -> Controller -> Model ->
Controller -> View (same or different - doesn't matter)?
No comments:
Post a Comment