WebAssemblyBrowserOptions.EnvironmentVariables 属性

定义

.NET WebAssembly 运行时的环境变量。 用于 URI 终结点、服务 URL 等。

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)

属性值

适用于