共用方式為


WebViewPermissionRequest.Uri 屬性

定義

取得許可權要求來源內容的統一資源識別項 (URI) 。

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

屬性值

許可權要求來源內容的統一資源識別項 (URI) 。

適用於