BPT

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:

R
Name: Static
Interactive: False
Mode: InteractiveServerRenderMode
Current Configuration
📋 [+]
<!-- Full mode with detailed cards (default) -->
<BptBlazorRenderInformation Enabled="true" Mode="RenderInfoMode.Full" />

<!-- Compact mode with icon and hover tooltip -->
<BptBlazorRenderInformation Enabled="true" Mode="RenderInfoMode.Compact" />

@code {
// No additional code needed — this component has no callbacks or bindable properties.
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.