RenderView calls a process request anyway to kick off the asp.net pipeline which is needed to render the view.
No, RenderView will call the ProcessRequest on the aspx page handler to render the view page. That only goes through the page life cycle on the apsx. It's very different from the ProcessRequest on the MvcHandler.
shinakuma
Member
378 Points
92 Posts
Re: How about a very complex page which need many "MVC modules/parts" ?
Jan 04, 2008 03:25 PM|LINK
No, RenderView will call the ProcessRequest on the aspx page handler to render the view page. That only goes through the page life cycle on the apsx. It's very different from the ProcessRequest on the MvcHandler.