共用方式為


WebViewDeferredPermissionRequest.Uri 屬性

定義

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

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

屬性值

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

適用於