Counter

Current Count: @i

@code { int i = 0; private void IncrementCounter() { i += 1; } }