ConfigureBrowser 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.
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) | |