Class ResponsePolicyEventArgs

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll

This class is derived from PolicyDecisionEventArgs. This class provides the properties for Response Policy of WebView.

C#
Copy
public class ResponsePolicyEventArgs : PolicyDecisionEventArgs
Inheritance
object
System.EventArgs
ResponsePolicyEventArgs

Properties

View Source

Gets the cookie.

Declaration
C#
Copy
public string Cookie { get; }
Property Value
Type Description
string
View Source

IsDownload

Checks policy decision type is Download.

Declaration
C#
Copy
public bool IsDownload { get; }
Property Value
Type Description
bool
View Source

StatusCode

Gets http response status code.

Declaration
C#
Copy
public int StatusCode { get; }
Property Value
Type Description
int