WebView.IWebView.Navigating(WebNavigationEvent, String) Method

Definition

For internal use by the .NET MAUI platform. Raised after web navigation begins.

 virtual bool Microsoft.Maui.IWebView.Navigating(Microsoft::Maui::WebNavigationEvent evnt, System::String ^ url) = Microsoft::Maui::IWebView::Navigating;
bool IWebView.Navigating (Microsoft.Maui.WebNavigationEvent evnt, string url);
abstract member Microsoft.Maui.IWebView.Navigating : Microsoft.Maui.WebNavigationEvent * string -> bool
override this.Microsoft.Maui.IWebView.Navigating : Microsoft.Maui.WebNavigationEvent * string -> bool
Function Navigating (evnt As WebNavigationEvent, url As String) As Boolean Implements IWebView.Navigating

Parameters

url
String

Returns

Implements

Applies to