HtmlWindow.History 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含用户最近访问的 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
属性值
The HtmlHistory for the current window.
注解
History 包含导航到当前窗口中的所有 URL,该窗口称为 导航堆栈,并提供用于导航回这些文档的方法。