Property | Type | Description | |
---|---|---|---|
GetAttributeValue | string |
Method | Description | |
---|---|---|
Click ( ) : ClickResult | ||
DoAspNetLinkPostBack ( ) : void | ||
HtmlElement ( System.Xml.Linq.XElement element ) : System | ||
Invalidate ( ) : void | ||
SubmitForm ( string url = null, |
Method | Description | |
---|---|---|
GetAttribute ( System.Xml.Linq.XElement x, string name ) : System.Xml.Linq.XAttribute | ||
GetAttribute ( string name ) : System.Xml.Linq.XAttribute | ||
GetAttributeValue ( System.Xml.Linq.XElement x, string name ) : string | ||
RequestNavigation ( NavigationArgs args ) : bool |
Method | Description | |
---|---|---|
GetAttributeValue ( string name ) : string |
protected GetAttribute ( System.Xml.Linq.XElement x, string name ) : System.Xml.Linq.XAttribute | ||
x | System.Xml.Linq.XElement | |
name | string | |
return | System.Xml.Linq.XAttribute |
protected GetAttribute ( string name ) : System.Xml.Linq.XAttribute | ||
name | string | |
return | System.Xml.Linq.XAttribute |
protected GetAttributeValue ( System.Xml.Linq.XElement x, string name ) : string | ||
x | System.Xml.Linq.XElement | |
name | string | |
return | string |
public HtmlElement ( System.Xml.Linq.XElement element ) : System | ||
element | System.Xml.Linq.XElement | |
return | System |
protected RequestNavigation ( NavigationArgs args ) : bool | ||
args | NavigationArgs | |
return | bool |
public SubmitForm ( string url = null, |
||
url | string | |
clickedElement | ||
return | bool |