Share via


BlazorWebView.UrlLoading Událost

Definice

Umožňuje přizpůsobení způsobu otevření odkazů. Ve výchozím nastavení otevře interní odkazy ve webovém zobrazení a externí odkazy v externí aplikaci.

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

Platí pro