Dinamico Part Tutorial

For a primer on Dinamico, first read the instructions on defining content pages using Dinamico.

The template-first system of defining content assumes the location [ThemeRoot]/Default/Views/[Controller]/*.cshtml, where [ThemeRoot] and [Controller] is configurable. A default controller for Content Parts (called ContentPart), which show up in the drag-and-drop toolbox, is provided as part of the Dinamico package. This controller is registered by default at Dinamico startup, and parses pages under the path: [ThemeRoot]/Default/Views/ContentPart/[Name].cshtml, where [Name] is the class name of each content part.

Here is a sample Dinamico ContentPart: