Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.51 KB

index.md

File metadata and controls

41 lines (23 loc) · 1.51 KB
versionFrom meta.Title meta.Description
9.0.0
Routing & Controllers Reference
All about Umbraco's routing pipeline & the types of Controllers used in Umbraco

Routing & Controllers

All about Umbraco's routing pipeline & the types of Controllers used in Umbraco, how they work, and what they are used for.

Explains how Umbraco builds its URLs and how the URLs are mapped back to content items.

Describes the various Umbraco special/reserved Property Type aliases that can be used to directly manipulate Umbraco's default routing pipeline. These special Property Type aliases can be very useful when creating an Umbraco website.

What is a Surface Controller and how to use them?

What is an API Controller and how to use them?

Creating custom controllers to have 100% full control over how your pages are rendered. AKA: Hijacking Umbraco Routes

How to specify your own custom MVC routes in your Umbraco application?

Routing requirements for authenticated controllers for both front-end and the backoffice.

Moving and renaming Umbraco documents will lead to URL redirects to be created.