UIKit.UIWebView: Method Members

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

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIWebView.UIWebViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
EvaluateJavascript(string) : string
This method runs some Javascript and returns the the results of that scrip.
static
GetAppearance<T>() : UIWebView.UIWebViewAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIWebView.UIWebViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIWebView.UIWebViewAppearance
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.

Protected Methods

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