Using RendererInfo in Blazor
The RendererInfo class in Blazor provides runtime information about the renderer that is executing the component. It is particularly useful for detecting whether a component is running interactively or statically, and for identifying the specific rendering platform (e.g., Server, WebAssembly, WebView).
Key Properties
IsInteractive
- Type:
bool - Description: Indicates whether the component is currently running in an interactive render mode.
[Description truncada. Veja o README completo no GitHub.]