IWebPolicyDelegate Interface

Definition

[Foundation.Protocol(FormalSince="10.11", Name="WebPolicyDelegate", WrapperType=typeof(WebKit.WebPolicyDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "No longer supported.")]
public interface IWebPolicyDelegate : IDisposable, ObjCRuntime.INativeObject
type IWebPolicyDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DecidePolicyForMimeType(IWebPolicyDelegate, WebView, String, NSUrlRequest, WebFrame, NSObject)
DecidePolicyForNavigation(IWebPolicyDelegate, WebView, NSDictionary, NSUrlRequest, WebFrame, NSObject)
DecidePolicyForNewWindow(IWebPolicyDelegate, WebView, NSDictionary, NSUrlRequest, String, NSObject)
UnableToImplementPolicy(IWebPolicyDelegate, WebView, NSError, WebFrame)

Applies to