Class Context
Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
- API Level:
- 4
This class encapsulates all the pages related to the specific use of the Chromium-efl.
C#Copypublic class Context
- Inheritance
-
System.ObjectContext
Remarks
Applications have the option of creating a context different from the default one and using it for a group of pages. All pages in the same context share the same preferences, visited link set, local storage, and so on.
Properties
Declaration
C#Copypublic CacheModel CacheModel { get; set; }
Property Value
Type | Description |
---|---|
CacheModel |
Remarks
The default cache model is DocumentViewer.
API Level: 4
Methods
View Source
ClearResourceCache()
Clears HTTP caches in the local storage and all resources cached in memory.
Declaration
C#Copypublic void ClearResourceCache()
API Level: 6
Declaration
C#Copypublic CookieManager GetCookieManager()
Returns
Type | Description |
---|---|
CookieManager | The CookieManager object. |