WKWebView.LoadFileUrl(NSUrl, NSUrl) 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.
Charge la page Web avec le contenu du fichier spécifié.
[Foundation.Export("loadFileURL:allowingReadAccessToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual WebKit.WKNavigation LoadFileUrl(Foundation.NSUrl url, Foundation.NSUrl readAccessUrl);
abstract member LoadFileUrl : Foundation.NSUrl * Foundation.NSUrl -> WebKit.WKNavigation
override this.LoadFileUrl : Foundation.NSUrl * Foundation.NSUrl -> WebKit.WKNavigation
Paramètres
- url
- NSUrl
- readAccessUrl
- NSUrl
Retours
- Attributs