In Blazor .NET 9 after the OnInitializedAsync has finished running, is there a way to grab the generated/rendered HTML that is sent to the client and save to a string?
Regards
James
The OnInitializedAsync has finished running and I want to grab the html that was generated