메소드 | 설명 | |
---|---|---|
ElementProxy ( GeckoHtmlElement element ) : System | ||
ElementProxy ( |
||
Equals ( object obj ) : bool | ||
GetAttribute ( string attributeName ) : string |
Gets the named attribute
|
|
GetElementById ( string id ) : |
Get the element with the specified ID. Note that it may be anywhere in the containing document, not necessarily a child of the recipient element.
|
|
GetHashCode ( ) : int | ||
SetAttribute ( string attributeName, string value ) : void |
Sets the named attribute
|
|
operator ( ) : bool |
메소드 | 설명 | |
---|---|---|
Equals ( |
public ElementProxy ( GeckoHtmlElement element ) : System | ||
element | GeckoHtmlElement | |
리턴 | System |
public ElementProxy ( |
||
element | ||
리턴 | System |
public GetAttribute ( string attributeName ) : string | ||
attributeName | string | |
리턴 | string |
public GetElementById ( string id ) : |
||
id | string | |
리턴 |
public SetAttribute ( string attributeName, string value ) : void | ||
attributeName | string | |
value | string | |
리턴 | void |