The members of Xamarin.Forms.WebView are listed below.
See Also: Inherited members from Xamarin.Forms.View
WebView() | Creates a new Xamarin.Forms.WebView element with default values. |
static readonly | CanGoBackProperty | BindableProperty. Backing store for the WebView.CanGoBack property. |
static readonly | CanGoForwardProperty | BindableProperty. Backing store for the WebView.CanGoForward property. |
static readonly | SourceProperty | BindableProperty. Backing store for the WebView.Source property. |
| [read-only] | CanGoBack | bool. Gets a value that indicates whether the user can navigate to previous pages. |
| [read-only] | CanGoForward | bool. Gets a value that indicates whether the user can navigate forward. |
| Source | WebViewSource. Gets or sets the Xamarin.Forms.WebViewSource object that represents the location that this Xamarin.Forms.WebView object displays. |
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. | ||
| Navigated | Event that is raised after navigation completes. | |
| Navigating | Event that is raised when navigation starts. |