BrowserLaunchOptions.Flags 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.