I want to force views in a folder (for example folder associated with ArticleController, named Article in View directory) that inherits from a CustomViewClass. Note that I know how to change inheritance in Razor views, I do it. Now I want to change again for a special directory views. How can I do it?
I want to force views in a folder (for example folder associated with ArticleController
Share
Articledirectory and name itWeb.configNow all views in
Articledirectory, will inherit fromCustomViewClass.