System.Web.UI.HtmlControls.HtmlAnchor.Name Property

Gets or sets the bookmark name defined in the System.Web.UI.HtmlControls.HtmlAnchor server control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public string Name { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 System.Web.UI.HtmlControls.HtmlAnchor control with the HtmlAnchor.HRef property set to the name of the section, preceded by a # symbol (<a HRef= "#Topic1"/>).

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0