C# Class AspUnitRunner.Core.Html.HtmlElement

Inheritance: IHtmlElement
Afficher le fichier Open project: mhenry07/ASPUnitRunner Class Usage Examples

Méthodes publiques

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

Method Details

GetAttribute() public méthode

public GetAttribute ( string name ) : string
name string
Résultat string

GetElementsByTagName() public méthode

public GetElementsByTagName ( string tagName ) : IHtmlCollection
tagName string
Résultat IHtmlCollection

HtmlElement() public méthode

public HtmlElement ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SetAttribute() public méthode

public SetAttribute ( string name, string value ) : void
name string
value string
Résultat void