HtmlAnchor::Name Property
.NET Framework (current version)
Gets or sets the bookmark name defined in the HtmlAnchor server control.
Assembly: System.Web (in System.Web.dll)
Use this property to mark a section on a Web page with a name. This allows you to link to this section from anywhere on the same page. For example, you can provide a table of contents at the top of a page that will link directly to topics on the page.
To link to a marked section, use an HtmlAnchor control with the HRef property set to the name of the section, preceded by a # symbol (<a HRef= "#Topic1"/>).
.NET Framework
Available since 1.1
Available since 1.1
Show: