C# 클래스 DOMExtensions, KMotionX

파일 보기 프로젝트 열기: parhansson/KMotionX 1 사용 예제들

공개 메소드들

메소드 설명
GetAttribute ( this browser, string elementID, string attribute ) : string
GetElementHTML ( this browser, string elementID ) : string
GetElementOuterHTML ( this browser, string elementID ) : string
GetElementText ( this browser, string elementID ) : string
SetAttribute ( this browser, string elementID, string attribute, object text ) : void
SetElementHTML ( this browser, string elementID, object text ) : void
SetElementOuterHTML ( this browser, string elementID, object text ) : void
SetElementText ( this browser, string elementID, object text ) : void

메소드 상세

GetAttribute() 공개 정적인 메소드

public static GetAttribute ( this browser, string elementID, string attribute ) : string
browser this
elementID string
attribute string
리턴 string

GetElementHTML() 공개 정적인 메소드

public static GetElementHTML ( this browser, string elementID ) : string
browser this
elementID string
리턴 string

GetElementOuterHTML() 공개 정적인 메소드

public static GetElementOuterHTML ( this browser, string elementID ) : string
browser this
elementID string
리턴 string

GetElementText() 공개 정적인 메소드

public static GetElementText ( this browser, string elementID ) : string
browser this
elementID string
리턴 string

SetAttribute() 공개 정적인 메소드

public static SetAttribute ( this browser, string elementID, string attribute, object text ) : void
browser this
elementID string
attribute string
text object
리턴 void

SetElementHTML() 공개 정적인 메소드

public static SetElementHTML ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
리턴 void

SetElementOuterHTML() 공개 정적인 메소드

public static SetElementOuterHTML ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
리턴 void

SetElementText() 공개 정적인 메소드

public static SetElementText ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
리턴 void