Xamarin.Forms.WebView: Method Members

The methods of Xamarin.Forms.WebView are listed below. For a list of all members, see the WebView Members list.

See Also: Inherited members from Xamarin.Forms.View

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.