MonoTouch.UIKit.UIWebView Members

The members of MonoTouch.UIKit.UIWebView are listed below.

See Also: Inherited members from MonoTouch.UIKit.UIView

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes to skip initialization and merely allocate the object.
Initializes the UIWebView with the specified frame.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AllowsInlineMediaPlaybackbool. If true, then HTML5 videos can play inline, if false then the native fill-screen controller will be used.
[read-only]
static
AppearanceUIWebView.UIWebViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
CanGoBackbool. This property indicates if it is possible to move backwards through web pages. Read-only.
[read-only]
CanGoForwardbool. This property indicates if it is possible to move forwards through the web pages. Read-only.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DataDetectorTypesUIDataDetectorType. This property holds and instance of MonoTouch.UIKit.UIDataDetectorType that will convert content of the webpage into clickable URL's.
DelegateUIWebViewDelegate. An instance of the MonoTouch.UIKit.UIWebViewDelegate model class which acts as the class delegate.
GapBetweenPagesfloat. The size, in points, between pages.
[read-only]
IsLoadingbool. Returns true if the web view is still loading content. Read-only.
KeyboardDisplayRequiresUserActionbool. Whether the UIWebView can programmatically display the keyboard.
MediaPlaybackAllowsAirPlaybool. Whether AirPlay is allowed from this UIWebView
MediaPlaybackRequiresUserActionbool. Whether HTML5 videos requires the user to start playing them. If false, videos play automatically.
[read-only]
PageCountint. The number of pages in the UIWebView after layout completes.
PageLengthfloat. The size, in points, of each page.
PaginationBreakingModeUIWebPaginationBreakingMode. Whether column- or page-breaking is used.
PaginationModeUIWebPaginationMode. The UIWebPaginationMode used by this UIWebView.
[read-only]
RequestMonoTouch.Foundation.NSUrlRequest. The URL of the content to load. Read-only.
ScalesPageToFitbool. Whether the user may zoom in or out of the web page.
[read-only]
ScrollViewUIScrollView. This is the MonoTouch.UIKit.UIScrollView used for the web view.
ShouldStartLoadUIWebLoaderControl. Delegate invoked by the object to get a value.
SuppressesIncrementalRenderingbool. If true, the UIWebView may render content prior to being fully loaded in memory.
WeakDelegateMonoTouch.Foundation.NSObject. An object that can respond to the delegate protocol for this type

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(MonoTouch.Foundation.NSData, string, string, MonoTouch.Foundation.NSUrl)
Loads the main page.
LoadHtmlString(string, MonoTouch.Foundation.NSUrl)
Sets the main page content and base URL.
LoadRequest(MonoTouch.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.

Public Events

LoadErrorAn event indicating an error in loading.
LoadFinishedAn event indicating the end of loading.
LoadStartedEvent raised by the object.