@page "/test/page"

TestModPage

Chomp!

Counter Test

Current count: @count

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