IWebAssemblyHostEnvironment.Environment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得環境的名稱。 這會設定為使用裝載 Blazor WebAssembly 應用程式的應用程式環境。 當主機未指定時,設定為 「生產」。
public:
property System::String ^ Environment { System::String ^ get(); };
public string Environment { get; }
member this.Environment : string
Public ReadOnly Property Environment As String