共用方式為


WebViewControlPermissionRequest 類別

定義

表示 WebView 中許可權的要求。

public ref class WebViewControlPermissionRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlPermissionRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlPermissionRequest
Public NotInheritable Class WebViewControlPermissionRequest
繼承
Object Platform::Object IInspectable WebViewControlPermissionRequest
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

備註

如需詳細資訊,請參閱 IWebViewControl.PermissionRequested 事件。

當您在 IWebViewControl中處理許可權要求時,您會取得 WebViewControlPermissionRequest 物件做為 WebViewPermissionRequestedEventArgs.PermissionRequest 屬性的值。 您可以呼叫 Allow 來授與要求、 拒絕 拒絕要求,或 延遲延遲 要求直到稍後為止。 例如,如果您需要提示使用者同意,您可能會延遲要求。

屬性

Id

取得許可權要求的識別碼。

PermissionType

取得值,這個值表示所要求的許可權類型。

State

取得許可權要求的目前狀態。

Uri

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

方法

Allow()

授與要求的許可權。

Defer()

延遲稍後允許或拒絕的許可權要求。

Deny()

拒絕要求的許可權。

適用於