Create a hyperlink in a Page document
You can create a hyperlink inside a TextBlock object in a Page document that will navigate to another Page document in your application, or to a web page.
Important
You can create hyperlinks only in a Page document (on the File menu, select New Item) and thus in a NavigationWindow element. The linked-to topic must be a Page document in your application, or a web page. Additionally, you can apply a hyperlink to text only if the text is contained in a TextBlock. If you want to create a hyperlink that opens an Internet browser, you need to create a custom control or an event handler that responds to a mouse click. For more information see Try it: Create a hyperlink that opens a browser window. Another option is to create a TextBlock inside a Frame object (available in the Asset Library) in a Window document, and then paste a link into the TextBlock object. The Frame object will act like a mini browser window in your application.
To create a hyperlink in a Page document
In the Toolbox, click either the Selection tool or the Direct Selection tool.
Click to select the TextBlock object to which you want to add a hyperlink, right-click the object, and then click Edit Text.
Do one of the following:
To apply a hyperlink to existing text, drag to select the text.
To create a hyperlink from scratch, click where you want the hyperlink text to appear.
In the Properties panel, under Text, on the Font tab, click Hyperlink .
In the Create Hyperlink dialog box, enter the text that you want to be hyperlinked next to Hyperlink Text, enter the URL or URI (Universal Resource Identifier) for the link next to Hyperlink URI, and then click OK.