We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58661d4 commit c91e2fbCopy full SHA for c91e2fb
aspnetcore/blazor/components/prerender.md
@@ -98,7 +98,6 @@ The following counter component example persists counter state during prerenderi
98
{
99
Logger.LogInformation("CurrentCount restored to {Count}", CurrentCount);
100
}
101
-
102
103
104
private void IncrementCount() => CurrentCount++;
0 commit comments