BlazorWebView.UrlLoading Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows customizing how links are opened. By default, opens internal links in the webview and external links in an external app.
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)