次の方法で共有


WKWebView.HandlesUrlScheme(String) メソッド

定義

true Web ビューに指定した URL スキームのハンドラーがある場合は を返します。

[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 スキーム。

戻り値

属性

適用対象