HtmlDocument.Links 属性

定义

获取此 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

HtmlElementCollection 对象的 HtmlElement

注解

此集合将包含使用 A``LINKHTML 中创建的所有链接和AREA标记。

HtmlElement此集合中包含的对象封装非托管IHTMLLinkElement接口。 若要安全地访问基础接口的属性,请使用 GetAttribute 该方法。

适用于

另请参阅