Class ResponsePolicyEventArgs
Definition
- Assembly:
- Tizen.WebView.dll
This class is derived from PolicyDecisionEventArgs. This class provides the properties for Response Policy of WebView.
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public class ResponsePolicyEventArgs : PolicyDecisionEventArgs
- Inheritance
Properties
View SourceCookie
Gets the cookie.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string Cookie { get; }
Property Value
Type | Description |
---|---|
string |
IsDownload
Checks policy decision type is Download.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public bool IsDownload { get; }
Property Value
Type | Description |
---|---|
bool |
StatusCode
Gets http response status code.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public int StatusCode { get; }
Property Value
Type | Description |
---|---|
int |