HtmlWindow.History 属性

定义

获取包含用户最近访问的 URL 的对象。

public:
 property System::Windows::Forms::HtmlHistory ^ History { System::Windows::Forms::HtmlHistory ^ get(); };
public System.Windows.Forms.HtmlHistory History { get; }
member this.History : System.Windows.Forms.HtmlHistory
Public ReadOnly Property History As HtmlHistory

属性值

HtmlHistory

The HtmlHistory for the current window.

注解

History 包含导航到当前窗口中的所有 URL,该窗口称为 导航堆栈,并提供用于导航回这些文档的方法。

适用于