BlazorWebView.UrlLoading Propriedade
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Permite personalizar como os links são abertos. Por padrão, abre links internos no modo de exibição da Web e links externos em um aplicativo externo.
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)
Produto | Versões |
---|---|
.NET MAUI | 8, 9 |
Comentários do .NET MAUI
O .NET MAUI é um projeto código aberto. Selecione um link para fornecer comentários: