@using Oqtane.Modules @inherits ModuleBase Current count: @currentCount


@functions { int currentCount = 0; void IncrementCount() { currentCount++; } }