Condividi tramite


WKWebView.HandlesUrlScheme(String) Metodo

Definizione

Restituisce true se la visualizzazione Web ha un gestore per lo schema url specificato.

[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

Parametri

urlScheme
String

Schema URL da controllare.

Restituisce

Attributi

Si applica a