Partager via


WKWebView.HandlesUrlScheme(String) Méthode

Définition

Retourne true si la vue web a un gestionnaire pour le schéma d’URL spécifié.

[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

Paramètres

urlScheme
String

Schéma d’URL à vérifier.

Retours

Attributs

S’applique à