Dive into the code
Learn more about what you can find in this section, which is referred to as the "Developers Reference".
The developers' Reference section primarily consists of API references of the different core Umbraco APIs. In many cases, the references come with code snippets with examples.
The section also includes documentation about the different configuration options, security, advanced templating, and searching.
Configuration
Most configuration in Umbraco CMS is handled via the appSettings.json
file.
Templating
Work with MVC views and Razor templates to build the frontend for your Umbraco CMS website.
Querying & Models
Everything you need to extend your templates with filters, models, and more advanced queries.
Routing and Controllers
Dive into working with routers and controllers for customizing your Umbraco CMS even further.
Security
Find everything you need related to keeping your Umbraco CMS website secure.
Searching
Learn about Examine and Lucene which are tools utilized in Umbraco for the search functionality.
Notifications
Learn how to use notifications to hook into the workflow processes for the backoffice.
Caching
Learn how to implement caching features in the Umbraco CMS application.
API Documentation
Dive into the deep end and start exploring the different sections of the Umbraco CMS API.
Also in this section
Inversion of Control / Dependency injectionResponse CachingPluginsCommon Pitfalls & Anti-PatternsDebugging with SourceLinkLanguage VariationLast updated