EnableCodeRouting and shared views

Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.

Commented on

EnableCodeRouting is great feature, but it's lack of support non-root shared views. It's possible to address view in 'Views\Home\Shared' from 'Home.SomeNamespace.SomeOtherNamespace.SomeController'?

That task is closely related to controller inheritance when inner classes use little different logic with same markup. With traditional project structure, we avoid of this trouble at the cost of big trash named 'views\shared'...

Commented on link
This is a good idea, I'll keep in mind.