@page "/default"

Hello, world!

The current count is @Counter

@code { int Counter = 0; void IncrementCount() { Counter++; } }