Implemented interface member:
property
Cookies
Microsoft.Maui.IWebView.Cookies
2 references to Cookies
Microsoft.Maui.Controls (2)
WebView\WebView.cs (2)
47 /// <summary>Bindable property for <see cref="Cookies"/>.</summary> 48 public static readonly BindableProperty CookiesProperty = BindableProperty.Create(nameof(Cookies), typeof(CookieContainer), typeof(WebView), null);