Where to find blazor javascript functions documentation Example:
Blazor._internal.navigationmanager.navigateto(url,false,true);
As i know that the first boolean is to make a reload or not But the second boolean i dont know what is it for
So where can i find a documentation for blazor functions that can be called directly form javascript?