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

GetHtmlToInlines() public static method

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