| Type | Reason |
|---|---|
| IWKNavigationDelegate | Interface representing the required methods (if any) of the protocol WebKit.WKNavigationDelegate. |
| IWKScriptMessageHandler | Interface representing the required methods (if any) of the protocol WebKit.WKScriptMessageHandler. |
| IWKUIDelegate | Interface representing the required methods (if any) of the protocol WebKit.WKUIDelegate. |
| WKBackForwardList | The list of pages that can be reached by navigating forward or backward. |
| WKBackForwardListItem | A page within a WebKit.WKBackForwardList. |
| WKErrorCode | Enumerates WebKit errors. |
| WKFrameInfo | A frame within a page. |
| WKJavascriptEvaluationResult | The result of evaluating JavaScript code. |
| WKNavigation | Tracks the loading progress of a page. |
| WKNavigationAction | Information about a navigation action. Can be used for policy decisions. |
| WKNavigationActionPolicy | Contains values that enumerate whether to cancel or allow navigation actions. |
| WKNavigationDelegate | Delegate object for WebKit.WKNavigation objects, provides methods relating to navigation and load policies. |
| WKNavigationDelegate_Extensions | Extension methods to the WebKit.IWKNavigationDelegate interface to support all the methods from the WebKit.WKNavigationDelegate protocol. |
| WKNavigationResponse | Information about a navigation response. Can be used for policy decisions. |
| WKNavigationResponsePolicy | Contains values that enumerate whether the response delegate should cancel or allow navigation. |
| WKNavigationType | Enumerates the types of action that can cause navigation. |
| WKPreferences | Preference settings for a WebKit.WKWebView. |
| WKProcessPool | A pool of content processes. |
| WKScriptMessage | A message sent from a Web page. |
| WKScriptMessageHandler | Allows messages from JavaScript to be handled by the app. |
| WKSelectionGranularity | Enumerates values the controls how selections are created. |
| WKUIDelegate | A delegate object that allows presenting native UI elements on behalf of a Web page. |
| WKUIDelegate_Extensions | Extension methods to the WebKit.IWKUIDelegate interface to support all the methods from the WebKit.WKUIDelegate protocol. |
| WKUserContentController | Allows posting messages and injecting user scripts into a Web page. |
| WKUserScript | A script that can be injected into a Web page. |
| WKUserScriptInjectionTime | Enumerates values that indicate when to inject a script. |
| WKWebView | Displays a Web page. |
| WKWebView+WKWebViewAppearance | Appearance class for objects of type WebKit.WKWebView. |
| WKWebViewConfiguration | Properties configuring a WebKit.WKWebView. |
| WKWindowFeatures | WKWindowFeatures specifies optional attributes for the containing window when a new WKWebView is requested. |