다음을 통해 공유


WKWebView.HandlesUrlScheme(String) 메서드

정의

웹 보기에 지정된 URL 구성표에 대한 처리기가 있는 경우 를 반환 true 합니다.

[Foundation.Export("handlesURLScheme:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool HandlesUrlScheme (string urlScheme);
static member HandlesUrlScheme : string -> bool

매개 변수

urlScheme
String

확인할 URL 체계입니다.

반환

특성

적용 대상