BrowserLaunchOptions.Flags Property

Definition

Gets or sets additional launch flags that may or may not take effect based on the device and LaunchMode.

public:
 property Microsoft::Maui::ApplicationModel::BrowserLaunchFlags Flags { Microsoft::Maui::ApplicationModel::BrowserLaunchFlags get(); void set(Microsoft::Maui::ApplicationModel::BrowserLaunchFlags value); };
public Microsoft.Maui.ApplicationModel.BrowserLaunchFlags Flags { get; set; }
member this.Flags : Microsoft.Maui.ApplicationModel.BrowserLaunchFlags with get, set
Public Property Flags As BrowserLaunchFlags

Property Value

Remarks

The default value is None. Not all flags work on all platforms, check the flag descriptions.

Applies to