WebAssemblyBrowserOptions 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.
Serializable subset of WebAssemblyStartOptions.
Non-serializable options (loadBootResource, configureRuntime,
initializers) must use Blazor.start() or JS initializers.
public sealed class WebAssemblyBrowserOptions
type WebAssemblyBrowserOptions = class
Public NotInheritable Class WebAssemblyBrowserOptions
- Inheritance
-
WebAssemblyBrowserOptions
Constructors
| Name | Description |
|---|---|
| WebAssemblyBrowserOptions() | |
Properties
| Name | Description |
|---|---|
| ApplicationCulture |
Application culture in BCP 47 format (e.g., "en-US").
Maps to |
| EnvironmentName |
Hosting environment name (e.g., "Development", "Production").
Maps to |
| EnvironmentVariables |
Environment variables for the .NET WebAssembly runtime. Use for OTEL endpoints, service URLs, etc. |