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