ConfigureBrowser Class

Definition

A component that configures the Blazor browser runtime by merging configuration into the BrowserConfiguration on the current HttpContext. The merged configuration is emitted as a <!--Blazor-Configuration:{...}--> DOM comment by the renderer.

public sealed class ConfigureBrowser : Microsoft.AspNetCore.Components.IComponent
type ConfigureBrowser = class
    interface IComponent
Public NotInheritable Class ConfigureBrowser
Implements IComponent
Inheritance
ConfigureBrowser
Implements

Constructors

Name Description
ConfigureBrowser()

Properties

Name Description
Configuration

Gets or sets the BrowserConfiguration to merge.

HttpContext

Gets or sets the HttpContext for the current request.

Explicit Interface Implementations

Name Description
IComponent.Attach(RenderHandle)
IComponent.SetParametersAsync(ParameterView)

Applies to