다음을 통해 공유


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, LINK, 및 AREA html에서 태그입니다.

합니다 HtmlElement 이 컬렉션에 포함 된 개체를 관리 되지 않는 캡슐화 IHTMLLinkElement 인터페이스입니다. 기본 인터페이스의 속성에 안전 하 게 액세스 하려면 사용 된 GetAttribute 메서드.

적용 대상

추가 정보