Share via


WebView.IWebView.Navigated 方法

定義

供 .NET MAUI 平台內部使用。 Web 導覽完成之後引發。

 virtual void Microsoft.Maui.IWebView.Navigated(Microsoft::Maui::WebNavigationEvent evnt, System::String ^ url, Microsoft::Maui::WebNavigationResult result) = Microsoft::Maui::IWebView::Navigated;
void IWebView.Navigated (Microsoft.Maui.WebNavigationEvent evnt, string url, Microsoft.Maui.WebNavigationResult result);
abstract member Microsoft.Maui.IWebView.Navigated : Microsoft.Maui.WebNavigationEvent * string * Microsoft.Maui.WebNavigationResult -> unit
override this.Microsoft.Maui.IWebView.Navigated : Microsoft.Maui.WebNavigationEvent * string * Microsoft.Maui.WebNavigationResult -> unit
Sub Navigated (evnt As WebNavigationEvent, url As String, result As WebNavigationResult) Implements IWebView.Navigated

參數

url
String

實作

適用於