BlazorWebView.UrlLoading 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許自定義連結的開啟方式。 根據預設,會在 Web 檢視中開啟內部連結,並在外部應用程式中開啟外部連結。
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)