MonoTouch.WebKit Namespace

Documentation for this section has not yet been entered.

Remarks

To be added.

Classes

TypeReason
IWKNavigationDelegateInterface representing the required methods (if any) of the protocol MonoTouch.WebKit.WKNavigationDelegate.
IWKScriptMessageHandlerInterface representing the required methods (if any) of the protocol MonoTouch.WebKit.WKScriptMessageHandler.
IWKUIDelegateInterface representing the required methods (if any) of the protocol MonoTouch.WebKit.WKUIDelegate.
WKBackForwardListThe list of pages that can be reached by navigating forward or backward.
WKBackForwardListItemA page within a MonoTouch.WebKit.WKBackForwardList.
WKErrorCodeEnumerates WebKit errors.
WKFrameInfoA frame within a page.
WKJavascriptEvaluationResultThe result of evaluating JavaScript code.
WKNavigationTracks the loading progress of a page.
WKNavigationActionInformation about a navigation action. Can be used for policy decisions.
WKNavigationActionPolicyContains values that enumerate whether to cancel or allow navigation actions.
WKNavigationDelegateDelegate object for MonoTouch.WebKit.WKNavigation objects, provides methods relating to navigation and load policies.
WKNavigationDelegate_ExtensionsExtension methods to the MonoTouch.WebKit.IWKNavigationDelegate interface to support all the methods from the MonoTouch.WebKit.WKNavigationDelegate protocol.
WKNavigationResponseInformation about a navigation response. Can be used for policy decisions.
WKNavigationResponsePolicyContains values that enumerate whether the response delegate should cancel or allow navigation.
WKNavigationTypeEnumerates the types of action that can cause navigation.
WKPreferencesPreference settings for a MonoTouch.WebKit.WKWebView.
WKProcessPoolA pool of content processes.
WKScriptMessageA message sent from a Web page.
WKScriptMessageHandlerAllows messages from JavaScript to be handled by the app.
WKSelectionGranularityEnumerates values the controls how selections are created.
WKUIDelegateA delegate object that allows presenting native UI elements on behalf of a Web page.
WKUIDelegate_ExtensionsExtension methods to the MonoTouch.WebKit.IWKUIDelegate interface to support all the methods from the MonoTouch.WebKit.WKUIDelegate protocol.
WKUserContentControllerAllows posting messages and injecting user scripts into a Web page.
WKUserScriptA script that can be injected into a Web page.
WKUserScriptInjectionTimeEnumerates values that indicate when to inject a script.
WKWebViewDisplays a Web page.
WKWebView+WKWebViewAppearanceAppearance class for objects of type MonoTouch.WebKit.WKWebView.
WKWebViewConfigurationProperties configuring a MonoTouch.WebKit.WKWebView.
WKWindowFeaturesWKWindowFeatures specifies optional attributes for the containing window when a new WKWebView is requested.