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

事件的引數。

實作

適用於