HTML bookmarks in Windows Forms Html Viewer control
28 Apr 20211 minute to read
Bookmarks feature is enabled in the HTMLUI control. This allows the user to switch to particular references in the page when the link is clicked. The HTMLUI control has another functionality of referring bookmarks which is, referring them not only in the same page, but also in other pages.
<html>
<body>
<a href="Newfile.htm#bookmark"> New file Book mark </a>
<a href="#bookmark"> Bookmark in same file </a>
......
......
<div id="bookmark"> Syncfusion's HTMLUI Control </div>
</body>
</html>
HTMLUI bookmarks sample
This sample illustrates the implementation of Bookmarks in HTMLUI.
By default, this sample can be found under the following location:
…_My Documents\Syncfusion\EssentialStudio\Version Number\Windows\HTMLUI.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo_