I have described some parts of routing in the last blog. Each route contains their own handler to execute the rest parts of request. Each Route Handler implements IRouteHandler Whenever you make a request in Asp.Net MVC application It goes to URLRoutingModule which is resposible to map the url pattern. Then it goes to handler and it creates context. Next step call controller then executes action which returns view.
Please give the suggesion to make more effective.
I will be back with next phase of page life cycle.
Thanks
No comments:
Post a Comment