다음을 통해 공유


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

이벤트에 대한 인수입니다.

구현

적용 대상