SetDefaultRenderController #10608
erikjanwestendorp
started this conversation in
Features and ideas
Replies: 1 comment 1 reply
-
It would be better to change UmbracoRenderingDefaults to be IOptions and remove IUmbracoRenderingDefaults. Then you can just configure options how you normally would and change the UmbracoRenderingDefaults.DefaultControllerType value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today I had a conversation with the documentation team about custom controllers and the PR to the documentation. In Umbraco 8 there was an extension method to change the default RenderMvcController. It seems it no longer exists. Would it be an idea to create a new Extension Method for v9 that would allow you to replace the default RenderController?
e.g.
See also the article.
Beta Was this translation helpful? Give feedback.
All reactions