WKUserContentController.RemoveAllScriptMessageHandlers 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.
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