2 references to WebView
Microsoft.Maui.Controls (2)
PlatformConfiguration\WindowsSpecific\WebView.cs (2)
11
public static readonly BindableProperty IsJavaScriptAlertEnabledProperty = BindableProperty.Create("IsJavaScriptAlertEnabled", typeof(bool), typeof(
WebView
), false);
39
public static readonly BindableProperty ExecutionModeProperty = BindableProperty.Create("ExecutionMode", typeof(WebViewExecutionMode), typeof(
WebView
), WebViewExecutionMode.SameThread);