WebViewControlWebResourceRequestedEventArgs 클래스

정의

Windows.Web.UI.IWebViewControl.WebResourceRequested 이벤트에 데이터를 제공합니다.

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()

지연을 가져옵니다.

적용 대상