BrowserConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| Server |
Server/Circuit-specific options. |
| Ssr |
SSR-specific options. |
| WebAssembly |
WebAssembly-specific options. |