WKDownloadDelegate.DidReceivePlaceholderUrl(WKDownload, NSUrl, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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