@using Oqtane.Modules @inherits ModuleBase Current count: @currentCount Click me @code { int currentCount = 0; void IncrementCount() { currentCount++; } }