BlazorWebView.UrlLoading 事件

定義

允許自定義連結的開啟方式。 根據預設,會在 Web 檢視中開啟內部連結,並在外部應用程式中開啟外部連結。

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) 

事件類型

適用於