From: Jiyun Yang Date: Thu, 16 May 2019 07:34:16 +0000 (+0900) Subject: [NUI] Add EditorBrowableState.Never attribute to NUI.WebView properties (#836) X-Git-Tag: submit/tizen/20190517.005225~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4ec5623fe8be33905afdcb6bdad6e12889034ee;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Add EditorBrowableState.Never attribute to NUI.WebView properties (#836) Signed-off-by: Jiyun Yang --- diff --git a/src/Tizen.NUI/src/internal/WebView.cs b/src/Tizen.NUI/src/internal/WebView.cs index 652f7071d..f6a195fdb 100755 --- a/src/Tizen.NUI/src/internal/WebView.cs +++ b/src/Tizen.NUI/src/internal/WebView.cs @@ -346,6 +346,7 @@ namespace Tizen.NUI /// /// The url to load. /// + [EditorBrowsable(EditorBrowsableState.Never)] public string Url { get @@ -362,6 +363,7 @@ namespace Tizen.NUI /// /// The cache model of the current WebView. /// + [EditorBrowsable(EditorBrowsableState.Never)] public CacheModel CacheModel { get @@ -378,6 +380,7 @@ namespace Tizen.NUI /// /// The cookie acceptance policy. /// + [EditorBrowsable(EditorBrowsableState.Never)] public CookieAcceptPolicy CookieAcceptPolicy { get @@ -394,6 +397,7 @@ namespace Tizen.NUI /// /// The user agent string. /// + [EditorBrowsable(EditorBrowsableState.Never)] public string UserAgent { get @@ -410,6 +414,7 @@ namespace Tizen.NUI /// /// Whether JavaScript is enabled. /// + [EditorBrowsable(EditorBrowsableState.Never)] public bool EnableJavaScript { get @@ -426,6 +431,7 @@ namespace Tizen.NUI /// /// Whether images can be loaded automatically. /// + [EditorBrowsable(EditorBrowsableState.Never)] public bool LoadImagesAutomatically { get @@ -443,6 +449,7 @@ namespace Tizen.NUI /// The default text encoding name.
/// e.g. "UTF-8"
/// + [EditorBrowsable(EditorBrowsableState.Never)] public string DefaultTextEncodingName { get @@ -459,6 +466,7 @@ namespace Tizen.NUI /// /// The default font size in pixel. /// + [EditorBrowsable(EditorBrowsableState.Never)] public int DefaultFontSize { get