Class NavigationPolicyEventArgs

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
6

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

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class NavigationPolicyEventArgs : PolicyDecisionEventArgs
Inheritance
System.Object
NavigationPolicyEventArgs

Properties

View Source

Gets the cookie.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Cookie { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

NavigationType

Gets the Navigation Type of policy.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public NavigationType NavigationType { get; }
Property Value
Type Description
NavigationType
API Level: 6