다음을 통해 공유


WKNavigationDelegate_Extensions.ContentProcessDidTerminate 메서드

정의

웹 보기의 콘텐츠가 종료될 때 호출되는 메서드입니다.

[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 ContentProcessDidTerminate (this WebKit.IWKNavigationDelegate This, WebKit.WKWebView webView);
static member ContentProcessDidTerminate : WebKit.IWKNavigationDelegate * WebKit.WKWebView -> unit

매개 변수

This
IWKNavigationDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

webView
WKWebView
특성

적용 대상