The members of WebKit.WKWebView are listed below.
See Also: Inherited members from UIKit.UIView
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Documentation for this section has not yet been entered. |
| 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. |
| 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. |
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
EvaluateJavaScript(Foundation.NSString, WKJavascriptEvaluationResult)Evaluates the given JavaScript string. | ||
EvaluateJavaScriptAsync(Foundation.NSString)Evaluates the given JavaScript string. | ||
static | GetAppearance<T>()Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UIKit.UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UIKit.UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
GoBack()Navigates to the back item in the back-forward list. | ||
GoForward()Navigates to the forward item in the back-forward list. | ||
GoTo(WKBackForwardListItem)Navigates to an item from the back-forward list and sets it as the current item. | ||
LoadHtmlString(Foundation.NSString, Foundation.NSUrl)Sets the webpage contents and base URL. | ||
LoadRequest(Foundation.NSUrlRequest)Navigates to a requested URL. | ||
Reload()Reloads the current page. | ||
ReloadFromOrigin()Reloads the current page, performing end-to-end revalidation using cache-validating conditionals if possible. | ||
StopLoading()Stops loading all resources on the current page. | ||