I konw MVC has a lot of method to pass data,
Such as return View() would send strongly type model from controller to view.
also can use viewbag,viewdata,tempdata and so on…
I just know how to use,but what I want to figure out is how it pass data.
Can any one help me on this?
I think that to understand what really happen behind the curtains, is to look at the sources of Asp.Net MVC. You can download them here