Share via


WKDownloadDelegate.DidReceivePlaceholderUrl(WKDownload, NSUrl, Action) Method

Definition

[Foundation.Export("download:didReceivePlaceholderURL:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceivePlaceholderUrl(WebKit.WKDownload download, Foundation.NSUrl url, Action completionHandler);
[<Foundation.Export("download:didReceivePlaceholderURL:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReceivePlaceholderUrl : WebKit.WKDownload * Foundation.NSUrl * Action -> unit
override this.DidReceivePlaceholderUrl : WebKit.WKDownload * Foundation.NSUrl * Action -> unit

Parameters

download
WKDownload
url
NSUrl
completionHandler
Action

Implements

Attributes

Applies to