IWebAssemblyHostEnvironment.Environment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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