WebKit.WKWebView: Property Members

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

Public Properties

AllowsBackForwardNavigationGesturesbool. A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations.
[read-only]
static
AppearanceWKWebView.WKWebViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
BackForwardListWKBackForwardList. The web view's back-forward list.
[read-only]
CanGoBackbool. Boolean value indicating whether there is a back item in the back-forward list that can be navigated to.
[read-only]
CanGoForwardbool. A Boolean value indicating whether there is a forward item in the back-forward list that can be navigated to.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ConfigurationWKWebViewConfiguration. A copy of the configuration with which the web view was initialized.
[read-only]
EstimatedProgressdouble. An estimate of what fraction of the current navigation has been completed.
[read-only]
HasOnlySecureContentbool. A Boolean value indicating whether all resources on the page have been loaded over securely encrypted connections.
[read-only]
IsLoadingbool. A Boolean value indicating whether the view is currently loading content.
NavigationDelegateIWKNavigationDelegate. The web view's navigation delegate.
[read-only]
ScrollViewUIKit.UIScrollView. The scroll view associated with the web view.
[read-only]
Titlestring. The page title.
UIDelegateIWKUIDelegate. The web view's user interface delegate. 
[read-only]
UrlFoundation.NSUrl. The active URL.
WeakNavigationDelegateFoundation.NSObject. The web view's navigation delegate.
WeakUIDelegateFoundation.NSObject. The web view's user interface delegate.