MBran Content Module is an Umbraco package that let developers create a clean code and reusable modules rather than a template-based page rendering. It aims to set a coding standard for module content, minimize hard-coded partial view paths and provide an easier and cleaner way to write business logic on the controller than on the views.
Features:
- Auto-wiring of IPublished content to view paths, models and controller.
- Ability to override module view per rendering doc type (page)
- Ability to override the default module view on a different folder
- Render page composition as a module
See Auto-wiring for more details.
p: admin12345