WebAssemblyBrowserOptions.EnvironmentVariables Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Variables d’environnement pour le runtime .NET WebAssembly. Utiliser pour les points de terminaison TELLI, les URL de service, 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)