Enum CacheModel

    Definition

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

    Enumeration for setting cache model of a WebView.

    public enum CacheModel

    Fields

    Name Description
    DocumentBrowser

    Use the bigger cache capacity than DocumentBrowser.

    DocumentViewer

    Use the smallest cache capacity.

    PrimaryWebBrowser

    Use the biggest cache capacity.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<CacheModel>(CacheModel, string)
    Extensions.LoadFromXaml<CacheModel>(CacheModel, string)
    Extensions.LoadFromXaml<CacheModel>(CacheModel, Type)
    Extensions.LoadFromXamlFile<CacheModel>(CacheModel, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX