Share via


WKUserContentController.RemoveAllScriptMessageHandlers Method

Definition

Overloads

RemoveAllScriptMessageHandlers()

[Foundation.Export("removeAllScriptMessageHandlers")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAllScriptMessageHandlers();
[<Foundation.Export("removeAllScriptMessageHandlers")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAllScriptMessageHandlers : unit -> unit
override this.RemoveAllScriptMessageHandlers : unit -> unit
Attributes

Applies to

RemoveAllScriptMessageHandlers(WKContentWorld)

[Foundation.Export("removeAllScriptMessageHandlersFromContentWorld:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAllScriptMessageHandlers(WebKit.WKContentWorld contentWorld);
[<Foundation.Export("removeAllScriptMessageHandlersFromContentWorld:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAllScriptMessageHandlers : WebKit.WKContentWorld -> unit
override this.RemoveAllScriptMessageHandlers : WebKit.WKContentWorld -> unit

Parameters

contentWorld
WKContentWorld
Attributes

Applies to