HyperLink
The <HyperLink> element does not define an element on the web application's user interface (UI), but it allows navigating to a specified URL. This element does not use the DOM tree to navigate. It only takes the <Url> tag to specify the target URL, as shown in the following example:
<HyperLink name="control name">
<Url>http://www.urlgoeshere.org</Url>
</HyperLink>
See Also
Concepts
WebDDA
Use data driven adapters (DDAs)
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.