WKUserContentController.RemoveScriptMessageHandler 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
| Name | Description |
|---|---|
| RemoveScriptMessageHandler(String) | |
| RemoveScriptMessageHandler(String, WKContentWorld) |
RemoveScriptMessageHandler(String)
[Foundation.Export("removeScriptMessageHandlerForName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveScriptMessageHandler(string name);
[<Foundation.Export("removeScriptMessageHandlerForName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveScriptMessageHandler : string -> unit
override this.RemoveScriptMessageHandler : string -> unit
Parameters
- name
- String
- Attributes
Applies to
RemoveScriptMessageHandler(String, WKContentWorld)
[Foundation.Export("removeScriptMessageHandlerForName:contentWorld:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveScriptMessageHandler(string name, WebKit.WKContentWorld contentWorld);
[<Foundation.Export("removeScriptMessageHandlerForName:contentWorld:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveScriptMessageHandler : string * WebKit.WKContentWorld -> unit
override this.RemoveScriptMessageHandler : string * WebKit.WKContentWorld -> unit
Parameters
- name
- String
- contentWorld
- WKContentWorld
- Attributes