Share via


WebView.IWebView.Navigating(WebNavigationEvent, String) 方法

定義

供 .NET MAUI 平台內部使用。 在 Web 導覽開始之後引發。

 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

參數

url
String

傳回

實作

適用於