The methods of UIKit.UIWebView are listed below. For a list of all members, see the UIWebView 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(string)This method runs some Javascript and returns the the results of that scrip. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
GoBack()Loads the previous URL. | ||
GoForward()Loads the next URL in the UIWebView's history list. | ||
LoadData(Foundation.NSData, string, string, Foundation.NSUrl)Loads the main page. | ||
LoadHtmlString(string, Foundation.NSUrl)Sets the main page content and base URL. | ||
LoadRequest(Foundation.NSUrlRequest)Loads the given URL asynchronously. | ||
Reload()Reloads the current page. | ||
StopLoading()This method stops the loading of the web page. | ||