BrowserConfiguration Class

Definition

Configuration that flows from the server to the Blazor client in the browser via a DOM comment. Only serializable options; callbacks stay with JS initializers.

public sealed class BrowserConfiguration
type BrowserConfiguration = class
Public NotInheritable Class BrowserConfiguration
Inheritance
BrowserConfiguration

Constructors

Name Description
BrowserConfiguration()

Properties

Name Description
LogLevel

The log level for the Blazor JS runtime. Applies to all render modes. Maps to WebStartOptions.logLevel.

Server

Server/Circuit-specific options.

Ssr

SSR-specific options.

WebAssembly

WebAssembly-specific options.

Applies to