WebViewWebResourceRequestedEventArgs Class

Definition

Provides event data for the WebView.WebResourceRequested event.

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
Inheritance
Object Platform::Object IInspectable WebViewWebResourceRequestedEventArgs
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Properties

Request

Gets the web resource request.

Response

Gets or sets the response to the web resource request.

Methods

GetDeferral()

Gets a deferral object for managing the work done in the WebResourceRequested event handler.

Applies to

See also