ArcGISPortalViewer.Popup.Converters.HtmlToTextConverter.GetHtmlToWebView C# (CSharp) Метод

GetHtmlToWebView() публичный статический Метод

public static GetHtmlToWebView ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
Результат string
        public static string GetHtmlToWebView(DependencyObject obj)
        {
            return (string)obj.GetValue(HtmlToWebViewProperty);
        }