Url Attribute

In the <File> tag, contains the full path for a file to include in the compiled Help (.HxS) file.

In the <Jump> and <HelpTOCNode> tags, stores a URL for navigation purposes.

In the <Url> tag, stores the URL of a virtual topic.

Used in

Parent tag

Required

Include (.Hxf) File

<File>

Yes

Index (.Hxk) File

<Jump>

Yes

Table of Contents (.Hxt) File

<HelpTOCNode>

No

Virtual Topic Definition (.Hxv) File

<VTopic>

Yes

<ParsedVTopic>

Yes

Values

In the <File> tag, a path to a file.

In the <Jump>, <HelpTOCNode>, and <Url> tags, a URL.

Example

Url = "C:\project\topics\topic.htm"
Url = "http://www.example.com/"
Url = "ms-help://sdk/topics/start.htm/"

See Also

Reference

Help XML Tags