Class PolicyDecisionEventArgs
Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
- API Level:
- 6
Arguments from the policy decision events. This class also provides the properties for Policy Decision of WebView.
C#Copypublic abstract class PolicyDecisionEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsPolicyDecisionEventArgs
- Derived
Properties
Declaration
C#Copypublic string Scheme { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 6
Declaration
C#Copypublic string Url { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 6
Methods
Declaration
C#Copypublic void Ignore()
API Level: 6
Declaration
C#Copypublic void Use()