On a server side Blazor app I am finding that Console.WriteLine does not work. Why can't I see the text in Chrome Console?
@code{ protected override async Task OnInitializedAsync() { System.Console.WriteLine("oninit"); }}
On a server side Blazor app I am finding that Console.WriteLine does not work. Why can't I see the text in Chrome Console?
@code{ protected override async Task OnInitializedAsync() { System.Console.WriteLine("oninit"); }}