IWKUrlSchemeHandler.StopUrlSchemeTask(WKWebView, IWKUrlSchemeTask) 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.
Stops a URL scheme task that processes a URL and loads data for the specified webView
.
[Foundation.Export("webView:stopURLSchemeTask:")]
[Foundation.Preserve(Conditional=true)]
public void StopUrlSchemeTask (WebKit.WKWebView webView, WebKit.IWKUrlSchemeTask urlSchemeTask);
abstract member StopUrlSchemeTask : WebKit.WKWebView * WebKit.IWKUrlSchemeTask -> unit
Parameters
- webView
- WKWebView
The web view that is making the request.
- urlSchemeTask
- IWKUrlSchemeTask
The task for which to stop loading data.
- Attributes