MonoTouch.WebKit.WKUserContentController Members

The members of MonoTouch.WebKit.WKUserContentController are listed below.

See Also: Inherited members from MonoTouch.Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
UserScriptsWKUserScript[]. Gets the current list of user scripts.

Public Methods

AddScriptMessageHandler(WKScriptMessageHandler, string)
Ads a handler for receiving messages from scripts.
AddUserScript(WKUserScript)
Adds a user script to the web view.
RemoveAllUserScripts()
Removes all user scripts from the web view.
RemoveScriptMessageHandler(string)
Removes a named script message handler.

Protected Methods

override
Dispose(bool)
Releases the resources used by the WKUserContentController object.