Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
WebSettings is a class for settings of web view.
public class WebSettings : Disposable
- Inheritance
-
Properties
Declaration
public bool ArrowScrollEnabled { get; set; }
Property Value
Declaration
public bool AutofillPasswordFormEnabled { get; set; }
Property Value
Declaration
public bool AutoFittingEnabled { get; set; }
Property Value
View Source
AutomaticImageLoadingAllowed
Allows images load automatically or not.
Declaration
public bool AutomaticImageLoadingAllowed { get; set; }
Property Value
Declaration
public bool CacheBuilderEnabled { get; set; }
Property Value
Declaration
public bool ClipboardEnabled { get; set; }
Property Value
Declaration
public int DefaultFontSize { get; set; }
Property Value
View Source
DefaultTextEncodingName
Default text encoding name.
Declaration
public string DefaultTextEncodingName { get; set; }
Property Value
View Source
DoNotTrackEnabled
Enables web feature that does not track to protect user privacy security.
Declaration
public bool DoNotTrackEnabled { get; set; }
Property Value
View Source
FileAccessFromExternalUrlAllowed
Allows file access from external url or not.
Declaration
public bool FileAccessFromExternalUrlAllowed { get; set; }
Property Value
Declaration
public bool FormCandidateDataEnabled { get; set; }
Property Value
Declaration
public bool ImePanelEnabled { get; set; }
Property Value
View Source
JavaScriptEnabled
Enables JavaScript or not.
Declaration
public bool JavaScriptEnabled { get; set; }
Property Value
View Source
KeypadWithoutUserActionUsed
Uses keypad without user action
Declaration
public bool KeypadWithoutUserActionUsed { get; set; }
Property Value
Declaration
public bool LinkMagnifierEnabled { get; set; }
Property Value
View Source
MixedContentsAllowed
Allows mixed contents or not.
Declaration
public bool MixedContentsAllowed { get; set; }
Property Value
Declaration
public bool PluginsEnabled { get; set; }
Property Value
Declaration
public bool PrivateBrowsingEnabled { get; set; }
Property Value
View Source
ScriptsOpenWindowsAllowed
Allows scripts open windows or not.
Declaration
public bool ScriptsOpenWindowsAllowed { get; set; }
Property Value
Declaration
public bool ScrollbarThumbFocusNotificationsUsed { get; set; }
Property Value
View Source
SpatialNavigationEnabled
Enables spatial navigation or not.
Declaration
public bool SpatialNavigationEnabled { get; set; }
Property Value
Declaration
public bool TextAutosizingEnabled { get; set; }
Property Value
Declaration
public bool TextSelectionEnabled { get; set; }
Property Value
Declaration
public bool TextZoomEnabled { get; set; }
Property Value
Declaration
public bool ViewportMetaTag { get; set; }
Property Value
View Source
WebSecurityEnabled
Enables web security or not.
Declaration
public bool WebSecurityEnabled { get; set; }
Property Value
Declaration
public bool ZoomForced { get; set; }
Property Value
Methods
Declaration
public void EnableExtraFeature(string str, bool tag)
Parameters
Type |
Name |
Description |
String |
str |
The string of extra feature.
|
Boolean |
tag |
Enable or disable.
|
View Source
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
Extension Methods