C# Class AspUnitRunner.Core.Html.HtmlElement

Inheritance: IHtmlElement
Exibir arquivo Open project: mhenry07/ASPUnitRunner Class Usage Examples

Public Methods

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

Method Details

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetElementsByTagName() public method

public GetElementsByTagName ( string tagName ) : IHtmlCollection
tagName string
return IHtmlCollection

HtmlElement() public method

public HtmlElement ( ) : System.Collections.Generic
return System.Collections.Generic

SetAttribute() public method

public SetAttribute ( string name, string value ) : void
name string
value string
return void