summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page
blob: d4a89f5ffe80472bf76abb26ec2aa18e3b2543c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<com:TContent ID="body">
<h1 id="ActiveHyperLink">TActiveHyperLink</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveHyperLink" />

<p id="770021" class="block-content">
The active control counterpart of <a href="?page=Controls.HyperLink">THyperLink</a>
component. During a callback request, changes to the <tt>Text</tt>, <tt>ImageUrl</tt>,
<tt>NavigateUrl</tt> and <tt>Target</tt> properties on the server side will also
change the corresponding attributes and content on the client-side.
</p>

<com:RunBar PagePath="ActiveControls.Samples.TActiveHyperLink.Home" />

</com:TContent>