Class WebSettings

    Definition

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

    WebSettings is a class for settings of web view.

    public class WebSettings : Disposable
    Inheritance
    object
    Disposable
    WebSettings

    Properties

    View Source

    ArrowScrollEnabled

    Enables arrow scroll

    Declaration
    public bool ArrowScrollEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    AutofillPasswordFormEnabled

    Enables autofill password form

    Declaration
    public bool AutofillPasswordFormEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    AutoFittingEnabled

    Enables auto fitting

    Declaration
    public bool AutoFittingEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    AutomaticImageLoadingAllowed

    Allows images load automatically or not.

    Declaration
    public bool AutomaticImageLoadingAllowed { get; set; }
    Property Value
    Type Description
    bool
    View Source

    CacheBuilderEnabled

    Enables cache builder.

    Declaration
    public bool CacheBuilderEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ClipboardEnabled

    Enables clipboard

    Declaration
    public bool ClipboardEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    DefaultFontSize

    Default font size.

    Declaration
    public int DefaultFontSize { get; set; }
    Property Value
    Type Description
    int
    View Source

    DefaultTextEncodingName

    Default text encoding name.

    Declaration
    public string DefaultTextEncodingName { get; set; }
    Property Value
    Type Description
    string
    View Source

    DoNotTrackEnabled

    Enables web feature that does not track to protect user privacy security.

    Declaration
    public bool DoNotTrackEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    FileAccessFromExternalUrlAllowed

    Allows file access from external url or not.

    Declaration
    public bool FileAccessFromExternalUrlAllowed { get; set; }
    Property Value
    Type Description
    bool
    View Source

    FormCandidateDataEnabled

    Enables form candidate data

    Declaration
    public bool FormCandidateDataEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ImePanelEnabled

    Enables IME panel

    Declaration
    public bool ImePanelEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    JavaScriptEnabled

    Enables JavaScript or not.

    Declaration
    public bool JavaScriptEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    KeypadWithoutUserActionUsed

    Uses keypad without user action

    Declaration
    public bool KeypadWithoutUserActionUsed { get; set; }
    Property Value
    Type Description
    bool
    View Source

    LinkMagnifierEnabled

    Enables link magnifier

    Declaration
    public bool LinkMagnifierEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    MixedContentsAllowed

    Allows mixed contents or not.

    Declaration
    public bool MixedContentsAllowed { get; set; }
    Property Value
    Type Description
    bool
    View Source

    PluginsEnabled

    Enables plugins

    Declaration
    public bool PluginsEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    PrivateBrowsingEnabled

    Enables private browsing

    Declaration
    public bool PrivateBrowsingEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ScriptsOpenWindowsAllowed

    Allows scripts open windows or not.

    Declaration
    public bool ScriptsOpenWindowsAllowed { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ScrollbarThumbFocusNotificationsUsed

    Uses scrollbar thumb focus notifications

    Declaration
    public bool ScrollbarThumbFocusNotificationsUsed { get; set; }
    Property Value
    Type Description
    bool
    View Source

    SpatialNavigationEnabled

    Enables spatial navigation or not.

    Declaration
    public bool SpatialNavigationEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    TextAutosizingEnabled

    Enables text autosizing

    Declaration
    public bool TextAutosizingEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    TextSelectionEnabled

    Enables text selection

    Declaration
    public bool TextSelectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    TextZoomEnabled

    Enables text zoom

    Declaration
    public bool TextZoomEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ViewportMetaTag

    Viewport meta tag.

    Declaration
    public bool ViewportMetaTag { get; set; }
    Property Value
    Type Description
    bool
    View Source

    WebSecurityEnabled

    Enables web security or not.

    Declaration
    public bool WebSecurityEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ZoomForced

    Forces zoom

    Declaration
    public bool ZoomForced { get; set; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    EnableExtraFeature(string, bool)

    Enables the given extra feature.

    Declaration
    public void EnableExtraFeature(string str, bool tag)
    Parameters
    Type Name Description
    string str

    The string of extra feature.

    bool tag

    Enable or disable.

    View Source

    IsExtraFeatureEnabled(string)

    Checks the extra feature is enabled or not.

    Declaration
    public bool IsExtraFeatureEnabled(string str)
    Parameters
    Type Name Description
    string str

    The string of extra feature.

    Returns
    Type Description
    bool

    Extension Methods

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