C# 클래스 CsQuery.Implementation.HtmlFormElement

A FORM element.
상속: DomElement, IHTMLFormElement
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
System System.Collections.IEnumerator
this IDomElement

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator

Gets an enumerator of the form's elements.

HtmlFormElement ( ) : System

Default constructor.

Item ( int index ) : IDomElement

The form element at the specified index

ToList ( ) : IList

Converts this object to a list.

비공개 메소드들

메소드 설명
System ( ) : System.Collections.IEnumerator
this ( int index ) : IDomElement

메소드 상세

GetEnumerator() 공개 메소드

Gets an enumerator of the form's elements.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

HtmlFormElement() 공개 메소드

Default constructor.
public HtmlFormElement ( ) : System
리턴 System

Item() 공개 메소드

The form element at the specified index
public Item ( int index ) : IDomElement
index int /// Zero-based index of the form element to obtain. ///
리턴 IDomElement

ToList() 공개 메소드

Converts this object to a list.
public ToList ( ) : IList
리턴 IList