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