共用方式為


WebViewControlUnsupportedUriSchemeIdentifiedEventArgs.Uri 屬性

定義

取得 IWebViewControl 嘗試巡覽之內容的統一資源識別項 (URI) 。

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

屬性值

內容的統一資源識別項 (URI) 。

適用於