Open
Description
As part of improving our templates we found out it was hard to get some bits of information from our templates, like debug logs and so on from JS. This is because we are not able to flow data from the server to JS and the only way to configure some aspects is via changes to the source code within the HTML or Razor page.
We want to find a way to enable these types of scenarios for turning on diagnostics without having to change the source code as well as providing enough information for customers to Instrospect the state of Blazor for automation purposes.