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

屬性值

HtmlElementCollectionHtmlElement 物件。

備註

此集合將包含所有使用 ALINK、 、 AREA 及 HTML 標籤所建立的連結。

HtmlElement此集合中包含的物件封裝了未受管理IHTMLLinkElement介面。 若要安全存取底層介面的屬性,請使用該 GetAttribute 方法。

適用於

另請參閱