2 references to None
Microsoft.Maui.Essentials (2)
Browser\BrowserLaunchOptions.shared.cs (2)
40 /// <remarks>The default value is <see cref="BrowserLaunchFlags.None"/>. Not all flags work on all platforms, check the flag descriptions.</remarks> 41 public BrowserLaunchFlags Flags { get; set; } = BrowserLaunchFlags.None;