UrlLoadingEventArgs.UrlLoadingStrategy プロパティ

定義

Web ビューからリンクを読み込むときに使用するポリシー。 アプリの配信元に OpenExternally 一致するホストがない限り Url 、既定値は に設定されます。この場合、既定値は OpenInWebViewになります。

外部リンクが完全に信頼されていることを確認できない限り、この値を に OpenInWebView 変更しないでください。

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

プロパティ値

適用対象