共用方式為


WKUIDelegate_Extensions.DidClose(IWKUIDelegate, WKWebView) 方法

定義

關閉時 webView 呼叫的方法。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static void DidClose (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView);
static member DidClose : WebKit.IWKUIDelegate * WebKit.WKWebView -> unit

參數

This
IWKUIDelegate

這個擴充方法運作所在的 實例。

webView
WKWebView
屬性

適用於