WebViewWebResourceRequestedEventArgs 클래스

정의

WebView.WebResourceRequested 이벤트에 대한 이벤트 데이터를 제공합니다.

public ref class WebViewWebResourceRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebViewWebResourceRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebViewWebResourceRequestedEventArgs
Public NotInheritable Class WebViewWebResourceRequestedEventArgs
상속
Object Platform::Object IInspectable WebViewWebResourceRequestedEventArgs
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1809 (10.0.17763.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v7.0에서 도입되었습니다.)

속성

Request

웹 리소스 요청을 가져옵니다.

Response

웹 리소스 요청에 대한 응답을 가져오거나 설정합니다.

메서드

GetDeferral()

WebResourceRequested 이벤트 처리기에서 수행된 작업을 관리하기 위한 지연 개체를 가져옵니다.

적용 대상

추가 정보