WKWebView.HandlesUrlScheme(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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