Implemented interface member:
property
UserAgent
Microsoft.Maui.IWebView.UserAgent
3 references to UserAgent
Microsoft.Maui.Controls (3)
WebView\WebView.cs (3)
47 /// <summary>Bindable property for <see cref="UserAgent"/>.</summary> 48 public static readonly BindableProperty UserAgentProperty = BindableProperty.Create(nameof(UserAgent), typeof(string), typeof(WebView), null); 94 set { SetValue(UserAgentProperty, value ?? UserAgent); }