WebAssemblyBrowserOptions.EnvironmentVariables Property

Definition

Environment variables for the .NET WebAssembly runtime. Use for OTEL endpoints, service URLs, etc.

public System.Collections.Generic.Dictionary<string,string> EnvironmentVariables { get; set; }
member this.EnvironmentVariables : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property EnvironmentVariables As Dictionary(Of String, String)

Property Value

Applies to