"Error CS0103 The name '__builder' does not exist in the current context"
Here is my code that causes the error:
@code {
public void Calc()
{
for (int i = 0; i < 55; )
{
<div class="alert-info">
<h3>This is the number" @i</h3>
</div>
}
}
}