Class WebViewFormRepostPolicyDecidedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Event arguments that passed via the WebView.FormRepostPolicyDecided.

C#
Copy
public class WebViewFormRepostPolicyDecidedEventArgs : EventArgs
Inheritance
WebViewFormRepostPolicyDecidedEventArgs

Properties

View Source

FormRepostPolicyDecisionMaker

The form repost policy decision maker.

Declaration
C#
Copy
public WebFormRepostPolicyDecisionMaker FormRepostPolicyDecisionMaker { get; }
Property Value
Type Description
WebFormRepostPolicyDecisionMaker

Extension Methods