BlazorWebView.UrlLoading 이벤트

정의

링크를 여는 방법을 사용자 지정할 수 있습니다. 기본적으로 는 웹 보기의 내부 링크와 외부 앱의 외부 링크를 엽니다.

public:
 event EventHandler<Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^> ^ UrlLoading;
public event EventHandler<Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs>? UrlLoading;
member this.UrlLoading : EventHandler<Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs> 
Public Event UrlLoading As EventHandler(Of UrlLoadingEventArgs) 

이벤트 유형

적용 대상