@page "/creators" Creators

Creators

Current count: @currentCount

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