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
HTML 中 、 LINK
和 AREA
標籤建立的所有連結。
HtmlElement這個集合中包含的物件會封裝 Unmanaged IHTMLLinkElement
介面。 若要安全地存取基礎介面的屬性,請使用 GetAttribute 方法。