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