Contents

WebHistoryItem

WebHistoryItem objects encapsulate information about visiting a page so that users can return to that page. WebHistory and WebBackForwardList objects manage lists of WebHistoryItem objects. WebHistoryItem objects are created and added to these lists automatically when loading pages, so you do not need to create WebHistoryItem objects directly.

Declaration

class WebHistoryItem

Topics

Initializing WebHistoryItem objects

Getting URL information

Getting and setting page titles

Getting other attributes

Initializers

See Also

Accessing Previous Webpages (Legacy)