Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 13/umbraco-cms/reference/routing/custom-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example:
* To implement any custom/granular security
* To return alternative templates depending on some custom business logic

This replacement of the default controller can either be made 'globally' for all requests (see last example) or by _'hijacking'_ requests for types of pages based on their specific Document Type following a this controller naming convention: `[DocumentTypeAlias]Controller`.
This replacement of the default controller can either be made 'globally' for all requests (see last example). It can also be by _'hijacking'_ requests for types of pages based on their specific Document Type following this controller naming convention: `[DocumentTypeAlias]Controller`.

## Creating a custom controller

Expand Down