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

Button work only on variables .NET 8 Blazor Web Assembly

$
0
0

I tried to modify my Counter.razor file with a Console.WriteLine, but nothing is printed inside of the console, and the counter get the +1.

I have my @rendermode InteractiveWebAssembly and can't set it to @rendermode InteractiveServer because I will need it for the future.

private void IncrementCounter(){    Console.WriteLine("ouiii");    counter++;} 

Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>