Hi all,
I am struggling with WiewUserControls. What I want to accomplish is View without knowledge of which usercontrol have to call with RenderPartial in order to render some html.
What I want instead is to give some kind of IViewEngine interface and then View can only call on certain place in template methods of IViewEngine that will render content.
any ideas?