I have number of projects that use different view engines (razor and webform). I want to share a partial view between them. I want to put my partial view in base project and just link partial views in my projects to it.
Looks like it isn't possible because partial view in razor and webform inherited from different base classes. Is it possible to hack this?