HtmlDocument.Links 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 HTML 文档中所有超链接的列表。
public:
property System::Windows::Forms::HtmlElementCollection ^ Links { System::Windows::Forms::HtmlElementCollection ^ get(); };
public System.Windows.Forms.HtmlElementCollection Links { get; }
member this.Links : System.Windows.Forms.HtmlElementCollection
Public ReadOnly Property Links As HtmlElementCollection
属性值
HtmlElementCollection 对象的 HtmlElement。
注解
此集合将包含使用 A``LINK
HTML 中创建的所有链接和AREA
标记。
HtmlElement此集合中包含的对象封装非托管IHTMLLinkElement
接口。 若要安全地访问基础接口的属性,请使用 GetAttribute 该方法。