@page "/counter" Counter

Counter

@currentCount
current count
Click me
@code { private int currentCount; private void IncrementCount() { currentCount++; } }