次の方法で共有


BlazorWebView.IBlazorWebView.UrlLoading(UrlLoadingEventArgs) メソッド

定義

指定した を使用して UrlLoading イベントを発生させる必要があることをコントロールに通知します args

 virtual void Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.UrlLoading(Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^ args) = Microsoft::AspNetCore::Components::WebView::Maui::IBlazorWebView::UrlLoading;
void IBlazorWebView.UrlLoading (Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs args);
abstract member Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.UrlLoading : Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs -> unit
override this.Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.UrlLoading : Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs -> unit
Sub UrlLoading (args As UrlLoadingEventArgs) Implements IBlazorWebView.UrlLoading

パラメーター

args
UrlLoadingEventArgs

イベントの引数。

実装

適用対象