WebKit.WKWebView Members

The members of WebKit.WKWebView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

Protected Constructors

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.

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. 

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : WKWebView.WKWebViewAppearance
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) : System.Threading.Tasks.Task<Foundation.NSObject>
Evaluates the given JavaScript string.
static
GetAppearance<T>() : WKWebView.WKWebViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection) : WKWebView.WKWebViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection, params Type[]) : WKWebView.WKWebViewAppearance
Documentation for this section has not yet been entered.
GoBack() : WKNavigation
Navigates to the back item in the back-forward list.
GoForward() : WKNavigation
Navigates to the forward item in the back-forward list.
GoTo(WKBackForwardListItem) : WKNavigation
Navigates to an item from the back-forward list and sets it as the current item.
LoadHtmlString(Foundation.NSString, Foundation.NSUrl) : WKNavigation
Sets the webpage contents and base URL.
LoadRequest(Foundation.NSUrlRequest) : WKNavigation
Navigates to a requested URL.
Reload() : WKNavigation
Reloads the current page.
ReloadFromOrigin() : WKNavigation
Reloads the current page, performing end-to-end revalidation using cache-validating conditionals if possible.
StopLoading()
Stops loading all resources on the current page.

Protected Methods

override
Dispose(bool)
Releases the resources used by the WKWebView object.