What's the difference between RenderMode.Server and RenderMode.ServerPrerendered in blazor?
问题 What's the difference between @(await Html.RenderComponentAsync<Todo>(RenderMode.ServerPrerendered)) and @(await Html.RenderComponentAsync<Todo>(RenderMode.Server)) I was looking into the documentation but couldn't really find something that explains the difference. and also don't really understand the code comments over the enum stating: // Summary: // Renders a marker for a Blazor server-side application. This doesn't include any // output from the component. When the user-agent starts, it