versionFrom | versionTo |
---|---|
8.0.0 |
8.4.0 |
:::note This section about the Models Builder is valid from Umbraco version 8.0.0 to (and including) 8.4.x. :::
The Models builder is a tool that can generate a complete set of strongly-typed published content models for Umbraco. Models are available in both controllers and views. Runs either from the Umbraco UI, from the command line, or from Visual Studio.
- Introduction
- Install And Configure
- Builder Modes
- Understand And Extend Models
- Control Models Generation
- IPublishedContentModelFactory
- Using Interfaces
- Cool things to do with models
:::tip Umbraco Models Builder is an open-source project that can be forked on GitHub and gladly accepts pull requests. Don't hesitate to contribute through the ModelsBuilder GitHub repository. :::