Share via


BlazorWebView.UrlLoading Field

Definition

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

public: EventHandler<Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^> ^ UrlLoading;
public EventHandler<Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs>? UrlLoading;
val mutable UrlLoading : EventHandler<Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs>
Public UrlLoading As EventHandler(Of UrlLoadingEventArgs) 

Field Value

Applies to