Markdown ElementAdd Address Bookmark Method
Add a bookmark for an address attribute
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static void AddAddressBookmark(
XElement content,
string uniqueId
)VB
Public Shared Sub AddAddressBookmark (
content As XElement,
uniqueId As String
)C++
public:
static void AddAddressBookmark(
XElement^ content,
String^ uniqueId
)F#
static member AddAddressBookmark :
content : XElement *
uniqueId : string -> unit Parameters
Remarks
Open XML does not support ID attributes like HTML. Instead, it renders bookmarks with the
unique IDs that will be used as the link targets. The Open XML file builder task will reformat the
bookmark name and ID to ensure that they are all unique.