Share via


BlazorWebView.UrlLoading Vlastnost

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:
 property EventHandler<Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^> ^ UrlLoading { EventHandler<Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^> ^ get(); void set(EventHandler<Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^> ^ value); };
public EventHandler<Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs> UrlLoading { get; set; }
member this.UrlLoading : EventHandler<Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs> with get, set
Public Property UrlLoading As EventHandler(Of UrlLoadingEventArgs)

Hodnota vlastnosti

Platí pro