diff --git a/source/blazor-university-com/input/pages/overview/creating-a-page/index.md b/source/blazor-university-com/input/pages/overview/creating-a-page/index.md index 264b270..1fe58d9 100644 --- a/source/blazor-university-com/input/pages/overview/creating-a-page/index.md +++ b/source/blazor-university-com/input/pages/overview/creating-a-page/index.md @@ -58,6 +58,7 @@ The method implementation is very simple, and should be placed within the `@code ```razor @page "/counter" +@rendermode InteractiveServer

Counter

The counter value is @currentCount