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 HTML 中 、 LINKAREA 標籤建立的所有連結。

HtmlElement這個集合中包含的物件會封裝 Unmanaged IHTMLLinkElement 介面。 若要安全地存取基礎介面的屬性,請使用 GetAttribute 方法。

適用於

另請參閱