Share via


WebViewWebResourceRequestedEventArgs.Handled Property

Definition

Gets or sets a value indicating whether the request has been handled.

If set to true, the web view will not process the request further and a response must be provided using the SetResponse(Int32, String, IReadOnlyDictionary<String,String>, Stream) or SetResponse(Int32, String, IReadOnlyDictionary<String,String>, Task<Stream>) method. If set to false, the web view will continue processing the request as normal.

public:
 property bool Handled { bool get(); void set(bool value); };
public bool Handled { get; set; }
member this.Handled : bool with get, set
Public Property Handled As Boolean

Property Value

Applies to