@page "/database" База данных @code { private int currentCount = 0; private void IncrementCount() { currentCount++; } }