ArcGISPortalViewer.Popup.Converters.HtmlToTextConverter.GetHtmlToWebView C# (CSharp) Method

GetHtmlToWebView() public static method

public static GetHtmlToWebView ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string
        public static string GetHtmlToWebView(DependencyObject obj)
        {
            return (string)obj.GetValue(HtmlToWebViewProperty);
        }