IWKUrlSchemeHandler Interface  
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.
Interface for handling arbitrary URL schemes.
[Foundation.Protocol(Name="WKURLSchemeHandler", WrapperType=typeof(WebKit.WKUrlSchemeHandlerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IWKUrlSchemeHandler : IDisposable, ObjCRuntime.INativeObjecttype IWKUrlSchemeHandler = interface
    interface INativeObject
    interface IDisposable- Attributes
- Implements
Properties
| Handle | Handle (pointer) to the unmanaged object representation.(Inherited from INativeObject) | 
Methods
| StartUrlSchemeTask(WKWebView, IWKUrlSchemeTask) | Starts a URL scheme task that processes a URL and loads data for the specified  | 
| StopUrlSchemeTask(WKWebView, IWKUrlSchemeTask) | Stops a URL scheme task that processes a URL and loads data for the specified  |