Share via


WebView.IWebView.Navigated Método

Definição

Para uso interno pela plataforma MAUI do .NET. Gerado após a conclusão da navegação na 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

Parâmetros

url
String

Implementações

Aplica-se a