BlazorWebView.UrlLoading Event

Definition

Allows customizing how links are opened. By default, opens internal links in the webview and external links in an external app.

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) 

Event Type

Applies to