Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Blazor Server Side Console.WriteLine not working

$
0
0

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");    }}

Viewing all articles
Browse latest Browse all 4839

Trending Articles