IWebAssemblyHostEnvironment.Environment Property

Definition

Gets the name of the environment. This is configured to use the environment of the application hosting the Blazor WebAssembly application. Configured to "Production" when not specified by the host.

public:
 property System::String ^ Environment { System::String ^ get(); };
public string Environment { get; }
member this.Environment : string
Public ReadOnly Property Environment As String

Property Value

Applies to