ArcGISPortalViewer.Popup.Converters.HtmlToTextConverter.GetHtmlToInlines C# (CSharp) 메소드

GetHtmlToInlines() 공개 정적인 메소드

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