Class Context
Definition
- Assembly:
- Tizen.WebView.dll
This class encapsulates all the pages related to the specific use of the Chromium-efl.
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class Context
- Inheritance
-
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#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public CacheModel CacheModel { get; set; }
Property Value
| Type | Description |
|---|---|
| CacheModel |
Remarks
The default cache model is DocumentViewer.
Methods
ClearResourceCache()
Clears HTTP caches in the local storage and all resources cached in memory.
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public void ClearResourceCache()
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.
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public CookieManager GetCookieManager()
Returns
| Type | Description |
|---|---|
| CookieManager | The CookieManager object. |
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.