Skip to content

Commit 1df2b69

Browse files
committed
Added context documentation
1 parent 7fa7984 commit 1df2b69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/basics/execution-context.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,6 @@ class DogsController(ControllerBase):
236236
result.update(message='This action adds a new dog')
237237
return result
238238
```
239+
240+
!!! info
241+
It's important to note that `ExecutionContext` becomes available when there is route handler found to handle the current request.

0 commit comments

Comments
 (0)