메소드 | 설명 | |
---|---|---|
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
|
public FormElement ( System.Xml.Linq.XElement element ) : System | ||
element | System.Xml.Linq.XElement | The XElement from the document corresponding to this element. |
리턴 | System |
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 |