Blazor render information
The BptBlazorRenderInformation component displays which rendermode the current component is using. It supports two display modes: Full (detailed cards) and Compact (icon with hover tooltip).
Full Mode (Default)
Displays detailed cards with all render information:
RendererInfo.Name
Options: Server, WebAssembly, Auto
Current: Static
RendererInfo.IsInteractive
Options: True, False
Current: False
AssignedRenderMode
Values: InteractiveServerRenderMode, InteractiveWebAssemblyRenderMode, InteractiveAutoRenderMode
Current: Microsoft.AspNetCore.Components.Web.InteractiveServerRenderMode
Compact Mode
Displays a small icon - hover over the icon to see render information in a tooltip:
Name: Static
Interactive: False
Mode: InteractiveServerRenderMode
Current Configuration
📋
[+]