BlazorWebView.IBlazorWebView.UrlLoading(UrlLoadingEventArgs) 方法

定义

通知控件应使用指定的 args引发 UrlLoading 事件。

 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

事件的自变量。

实现

适用于