共用方式為


WebViewNewWindowRequestedEventArgs.Referrer 屬性

定義

取得起始導覽之內容的統一資源識別項 (URI) 。

public:
 property Uri ^ Referrer { Uri ^ get(); };
Uri Referrer();
public System.Uri Referrer { get; }
var uri = webViewNewWindowRequestedEventArgs.referrer;
Public ReadOnly Property Referrer As Uri

屬性值

導覽起始之內容的統一資源識別項 (URI) 。

適用於