@page "/counter"

Counter

Current count: @currentCount

@**@ Click me! @code { private int currentCount = 0; private void IncrementCount() { currentCount++; } }