IBlazorWebView.UrlLoading(UrlLoadingEventArgs) Method

Definition

Notifies the control that the UrlLoading event should be raised with the specified args.

public:
 void UrlLoading(Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^ args);
public void UrlLoading (Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs args);
abstract member UrlLoading : Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs -> unit
Public Sub UrlLoading (args As UrlLoadingEventArgs)

Parameters

args
UrlLoadingEventArgs

The arguments for the event.

Applies to