Xamarin.Forms.WebView Members

The members of Xamarin.Forms.WebView are listed below.

See Also: Inherited members from Xamarin.Forms.View

Public Constructors

Creates a new Xamarin.Forms.WebView element with default values.

Public Fields

static readonly
CanGoBackPropertyBindableProperty. Backing store for the WebView.CanGoBack property.
static readonly
CanGoForwardPropertyBindableProperty. Backing store for the WebView.CanGoForward property.
static readonly
SourcePropertyBindableProperty. Backing store for the WebView.Source property.

Public Properties

[read-only]
CanGoBackbool. Gets a value that indicates whether the user can navigate to previous pages.
[read-only]
CanGoForwardbool. Gets a value that indicates whether the user can navigate forward.
SourceWebViewSource. Gets or sets the Xamarin.Forms.WebViewSource object that represents the location that this Xamarin.Forms.WebView object displays.

Public Methods

Eval(string)
Evaluates the script that is specified by script.
GoBack()
Navigates to the previous page.
GoForward()
Navigates to the next page in the list of visited pages.

Protected Methods

override
OnPropertyChanged(string)
Method that is called when WebView.Source is changed.
OnSourceChanged(object, EventArgs)
Method that is called when the view source that is specified by the sender parameter is changed.

Public Events

NavigatedEvent that is raised after navigation completes.
NavigatingEvent that is raised when navigation starts.