Skip to content

Commit 1f3c63c

Browse files
committed
Add note about client side requests
1 parent 316d210 commit 1f3c63c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

14/umbraco-cms/reference/routing/custom-routes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ For a request to be considered executing in an Umbraco context, and therefore th
4242

4343
Don't fret if this all seems a bit overwhelming, we'll be going through an example of the last two options.
4444

45+
{% hint style="info" %}
46+
Is your custom route endpoint considered a **client-side request**?
47+
48+
[Learn more about how to handle these in the Client-Side Requests section of this article.](#client-side-requests)
49+
{% endhint %}
50+
4551
### Custom route with IVirtualPageController
4652

4753
As mentioned, with this approach we need to implement the `IVirtualPageController` interface, this interface only has one method `FindContent` which accepts an `ActionExecutingContext`:

0 commit comments

Comments
 (0)