Share via


WKNavigationDelegate_Extensions.ShouldGoToBackForwardListItem Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ShouldGoToBackForwardListItem(this WebKit.IWKNavigationDelegate This, WebKit.WKWebView webView, WebKit.WKBackForwardListItem backForwardListItem, bool willUseInstantBack, WebKit.WKNavigationDelegateShouldGoToBackForwardListItemCallback completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldGoToBackForwardListItem : WebKit.IWKNavigationDelegate * WebKit.WKWebView * WebKit.WKBackForwardListItem * bool * WebKit.WKNavigationDelegateShouldGoToBackForwardListItemCallback -> unit

Parameters

webView
WKWebView
backForwardListItem
WKBackForwardListItem
willUseInstantBack
Boolean
Attributes

Applies to