@page "/counter"

Counter

Current count: @currentCount

@code { private int currentCount = 0; private void IncrementCount() { currentCount++; } } Card title Some quick example text to build on the card title and make up the bulk of the card's content.