Provides information about a bookmark within the document.

Namespace:  C1.Win.XmlEditor.UICustomization
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public class Bookmark
Visual Basic (Declaration)
Public Class Bookmark

Remarks

A bookmark in XHTML is a <a> tag with a name but without an href attribute.

To enumerate all bookmarks in the document use the Bookmarks property.

Inheritance Hierarchy

System..::.Object
  C1.Win.XmlEditor.UICustomization..::.Bookmark

See Also