UrlLoadingEventArgs.UrlLoadingStrategy Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Stratégie à utiliser lors du chargement de liens à partir de la vue web. La valeur par défaut est sauf si Url un hôte correspond à OpenExternally l’origine de l’application, auquel cas la valeur par défaut devient OpenInWebView.
Cette valeur ne doit pas être modifiée OpenInWebView pour les liens externes, sauf si vous pouvez vous assurer qu’ils sont entièrement approuvés.
public:
property Microsoft::AspNetCore::Components::WebView::UrlLoadingStrategy UrlLoadingStrategy { Microsoft::AspNetCore::Components::WebView::UrlLoadingStrategy get(); void set(Microsoft::AspNetCore::Components::WebView::UrlLoadingStrategy value); };
public Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy UrlLoadingStrategy { get; set; }
member this.UrlLoadingStrategy : Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy with get, set
Public Property UrlLoadingStrategy As UrlLoadingStrategy