Class NavigationPolicyEventArgs
Definition
- Assembly:
- Tizen.WebView.dll
This class is derived from PolicyDecisionEventArgs. This class provides the properties for Navigation Policy of WebView.
public class NavigationPolicyEventArgs : PolicyDecisionEventArgs
- Inheritance
Properties
View SourceCookie
Gets the cookie.
Declaration
public string Cookie { get; }
Property Value
Type | Description |
---|---|
string |
NavigationType
Gets the Navigation Type of policy.
Declaration
public NavigationType NavigationType { get; }
Property Value
Type | Description |
---|---|
NavigationType |