WebKit.WKWebView: Method Members

The methods 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 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.