Méthode | Description | |
---|---|---|
GetAttribute ( string name ) : string | ||
GetElementsByTagName ( string tagName ) : IHtmlCollection | ||
HtmlElement ( ) : System.Collections.Generic | ||
SetAttribute ( string name, string value ) : void |
public GetAttribute ( string name ) : string | ||
name | string | |
Résultat | string |
public GetElementsByTagName ( string tagName ) : IHtmlCollection | ||
tagName | string | |
Résultat | IHtmlCollection |
public HtmlElement ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public SetAttribute ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |