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

戻り値

実装

適用対象