Class WebFrame

Definition

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

It is a class for frame of web view.

C#
Copy
public class WebFrame : Disposable
Inheritance
WebFrame

Properties

View Source

IsMainFrame

Checks whether the frame is main frame or not.

Declaration
C#
Copy
public bool IsMainFrame { get; }
Property Value
Type Description
Boolean

Extension Methods