From c59f568da04e0a031253166a122688c3e2d43813 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mohamed Date: Mon, 18 Mar 2024 16:43:20 +0200 Subject: [PATCH 1/3] Update custom-controllers.md --- 12/umbraco-cms/reference/routing/custom-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/umbraco-cms/reference/routing/custom-controllers.md b/12/umbraco-cms/reference/routing/custom-controllers.md index b7095e8b037..a1b79e838b7 100644 --- a/12/umbraco-cms/reference/routing/custom-controllers.md +++ b/12/umbraco-cms/reference/routing/custom-controllers.md @@ -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 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 From cc792323ff93184ea3677d2678a51ac2726131c6 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mohamed Date: Mon, 18 Mar 2024 17:00:48 +0200 Subject: [PATCH 2/3] Update custom-controllers.md --- 10/umbraco-cms/reference/routing/custom-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/umbraco-cms/reference/routing/custom-controllers.md b/10/umbraco-cms/reference/routing/custom-controllers.md index 72d6e63e99d..f3c848f3ce5 100644 --- a/10/umbraco-cms/reference/routing/custom-controllers.md +++ b/10/umbraco-cms/reference/routing/custom-controllers.md @@ -24,7 +24,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 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 From d49def6cae3d03a113bd97f4d0b472636da631b2 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mohamed Date: Mon, 18 Mar 2024 17:02:41 +0200 Subject: [PATCH 3/3] Update custom-controllers.md --- 13/umbraco-cms/reference/routing/custom-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-cms/reference/routing/custom-controllers.md b/13/umbraco-cms/reference/routing/custom-controllers.md index 053721de4c1..8bbe0c101cc 100644 --- a/13/umbraco-cms/reference/routing/custom-controllers.md +++ b/13/umbraco-cms/reference/routing/custom-controllers.md @@ -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 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