C# 클래스 AspUnitRunner.Core.Html.HtmlElement

상속: IHtmlElement
파일 보기 프로젝트 열기: mhenry07/ASPUnitRunner 1 사용 예제들

공개 메소드들

메소드 설명
GetAttribute ( string name ) : string
GetElementsByTagName ( string tagName ) : IHtmlCollection
HtmlElement ( ) : System.Collections.Generic
SetAttribute ( string name, string value ) : void

메소드 상세

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string

GetElementsByTagName() 공개 메소드

public GetElementsByTagName ( string tagName ) : IHtmlCollection
tagName string
리턴 IHtmlCollection

HtmlElement() 공개 메소드

public HtmlElement ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SetAttribute() 공개 메소드

public SetAttribute ( string name, string value ) : void
name string
value string
리턴 void