<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Displaying / Using HTML Popup info in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234192#M1069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately this is not a metadata that the API has made available for you. However you can easily make parse this JSON: &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0/1/htmlPopup?f=pjson"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0/1/htmlPopup?f=pjson&lt;/A&gt;&lt;SPAN&gt;. Where "1" in the url is the feature ID.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 03:08:28 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2012-01-23T03:08:28Z</dc:date>
    <item>
      <title>Displaying / Using HTML Popup info</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234189#M1066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to determine if there is a way to leverage the HTML Popup defined a layer? I would like to be able to display any HTML popup our applications users have defined on there layers. Is there way to leverage / use these HTML popups with the WPF SDK? I have found several example of defining custom map tips in code or xaml but I would really like to just use what is defined by the layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a sample of a layer with an HTML popup defined:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0/1/htmlPopup"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0/1/htmlPopup&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 15:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234189#M1066</guid>
      <dc:creator>MarkCollins</dc:creator>
      <dc:date>2012-01-19T15:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying / Using HTML Popup info</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234190#M1067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a related thread: &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/forums.arcgis.com/threads/43917-HTML-Popups-for-Silverlight"&gt;forums.arcgis.com/threads/43917-HTML-Popups-for-Silverlight&lt;/A&gt;&lt;SPAN&gt;. ArcGIS API for WPF also does not support HTML popups but you can use MapTip to display the attributes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 17:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234190#M1067</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-01-20T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying / Using HTML Popup info</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234191#M1068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the information. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know if the popup information is available on any of the ESRI objects for the ArcGISDynamicMapServiceLayer or something similar? (I looked and didn't see anything that sounded right) If so I could grab that info and throw it in a browser control possibly....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 22:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234191#M1068</guid>
      <dc:creator>MarkCollins</dc:creator>
      <dc:date>2012-01-20T22:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying / Using HTML Popup info</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234192#M1069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately this is not a metadata that the API has made available for you. However you can easily make parse this JSON: &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0/1/htmlPopup?f=pjson"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0/1/htmlPopup?f=pjson&lt;/A&gt;&lt;SPAN&gt;. Where "1" in the url is the feature ID.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 03:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234192#M1069</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-01-23T03:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying / Using HTML Popup info</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234193#M1070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Excellent, thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 14:47:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/displaying-using-html-popup-info/m-p/234193#M1070</guid>
      <dc:creator>MarkCollins</dc:creator>
      <dc:date>2012-01-23T14:47:32Z</dc:date>
    </item>
  </channel>
</rss>

