WebViewControlWebResourceRequestedEventArgs 类

定义

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

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

属性

Request

获取截获的 HTTP 请求。

Response

获取或设置将发送到 Windows.Web.UI.IWebViewControl 的 HTTP 响应

方法

GetDeferral()

获取延迟。

适用于