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