The HtmlAnchor control allows programmatic access to the HTML <a> element on the server. There are two possible ways to use the class:
– for navigation: using the HRef property to define the location of the page to link to – for postback events: using the ServerClick event to programmatically handle the user’s clicking a link
Namespace: System.Web.UI.HtmlControls Assembly: System.Web …