C# 클래스 NUnitGoCore.CustomElements.HtmlCustomElements.HrefButtonBase

상속: HtmlBaseElement
파일 보기 프로젝트 열기: elv1s42/NUnitGo

공개 프로퍼티들

프로퍼티 타입 설명
HrefButtonHtml string

공개 메소드들

메소드 설명
HrefButtonBase ( string buttonText, string href ) : System.IO
HrefButtonBase ( string id, string buttonText, string href ) : System.IO

비공개 메소드들

메소드 설명
GetHtml ( ) : string

메소드 상세

HrefButtonBase() 공개 메소드

public HrefButtonBase ( string buttonText, string href ) : System.IO
buttonText string
href string
리턴 System.IO

HrefButtonBase() 공개 메소드

public HrefButtonBase ( string id, string buttonText, string href ) : System.IO
id string
buttonText string
href string
리턴 System.IO

프로퍼티 상세

HrefButtonHtml 공개적으로 프로퍼티

public string HrefButtonHtml
리턴 string