I have a Portal webmap that we use in an Experience Builder app. The user clicks or touches a polygon and the popup displays a single item which is hyperlink text that opens a virtual folder. Works well.
Using the same webmap to serve data to a WPF Runtime app. Clicks work. I can retrieve the data and display it in a popup. If I set the layer popup to a list of attributes all the attributes display. If I set the layer's popup to be a custom attribute display, the popup shows the link text but not as a clickable hyperlink.
If I stop at a breakpoint I see:
popup.CorePopup.PopupDefinition.Description
<a href='{folderLink}' rel='nofollow ugc' target='_blank'>PrePlan Documents</a>
which looks correct.
Is there any way to grab the actual custom display? If not is there a way to programmatically create the hyperlink in the popup?
I can think of a few workarounds but being new to the Runtime and WPF environment I was wondering if custom attribute links are available?
Keith