Class PolicyDecisionEventArgs
Definition
- Assembly:
- Tizen.WebView.dll
Arguments from the policy decision events. This class also provides the properties for Policy Decision of WebView.
public abstract class PolicyDecisionEventArgs : EventArgs
- Inheritance
-
objectPolicyDecisionEventArgs
- Derived
Properties
View SourceScheme
Gets the scheme.
Declaration
public string Scheme { get; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Gets the Url.
Declaration
public string Url { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceIgnore()
Ignores the action which triggers this decision.
Declaration
public void Ignore()
IsMainFrame()
Checks if frame requested in policy decision is main frame.
Declaration
public bool IsMainFrame()
Returns
| Type | Description |
|---|---|
| bool |
Use()
Accepts the action which triggers this decision.
Declaration
public void Use()