WebAssemblyBrowserOptions.EnvironmentVariables 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
.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)