C# 클래스 SimpleBrowser.Elements.FormElement

상속: HtmlElement
파일 보기 프로젝트 열기: SimpleBrowserDotNet/SimpleBrowser 1 사용 예제들

공개 메소드들

메소드 설명
FormElement ( System.Xml.Linq.XElement element ) : System

Initializes a new instance of the FormElement class.

SubmitForm ( string url = null, HtmlElement clickedElement = null ) : bool

Submits the form

비공개 메소드들

메소드 설명
Submit ( string url = null, HtmlElement clickedElement = null ) : bool

Submits the form

메소드 상세

FormElement() 공개 메소드

Initializes a new instance of the FormElement class.
public FormElement ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement The XElement from the document corresponding to this element.
리턴 System

SubmitForm() 공개 메소드

Submits the form
public SubmitForm ( string url = null, HtmlElement clickedElement = null ) : bool
url string Optional. If specified, the url to submit the form. Overrides the form action.
clickedElement HtmlElement Optional. The element clicked, resulting in form submission.
리턴 bool