The properties of WebKit.WKWebView are listed below. For a list of all members, see the WKWebView Members list.
See Also: Inherited members from UIKit.UIView
| AllowsBackForwardNavigationGestures | bool. A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations. | |
| [read-only] static | Appearance | WKWebView.WKWebViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | BackForwardList | WKBackForwardList. The web view's back-forward list. |
| [read-only] | CanGoBack | bool. Boolean value indicating whether there is a back item in the back-forward list that can be navigated to. |
| [read-only] | CanGoForward | bool. A Boolean value indicating whether there is a forward item in the back-forward list that can be navigated to. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Configuration | WKWebViewConfiguration. A copy of the configuration with which the web view was initialized. |
| [read-only] | EstimatedProgress | double. An estimate of what fraction of the current navigation has been completed. |
| [read-only] | HasOnlySecureContent | bool. A Boolean value indicating whether all resources on the page have been loaded over securely encrypted connections. |
| [read-only] | IsLoading | bool. A Boolean value indicating whether the view is currently loading content. |
| NavigationDelegate | IWKNavigationDelegate. The web view's navigation delegate. | |
| [read-only] | ScrollView | UIKit.UIScrollView. The scroll view associated with the web view. |
| [read-only] | Title | string. The page title. |
| UIDelegate | IWKUIDelegate. The web view's user interface delegate. | |
| [read-only] | Url | Foundation.NSUrl. The active URL. |
| WeakNavigationDelegate | Foundation.NSObject. The web view's navigation delegate. | |
| WeakUIDelegate | Foundation.NSObject. The web view's user interface delegate. |