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